Searched refs:hasAttribute (Results 151 - 175 of 270) sorted by relevance

1234567891011

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java171 if (!modifiedEntry.hasAttribute(type))
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DBranch.java357 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DVirtualAttributeRule.java266 entry.hasAttribute(attributeType))
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java381 if (entry.hasAttribute(attrType))
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java164 if (!modifiedEntry.hasAttribute(type))
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java361 if(resEntry.hasAttribute(attrType)) {
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DBranch.java356 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java361 if(resEntry.hasAttribute(attrType)) {
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java171 if (!modifiedEntry.hasAttribute(type))
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DBranch.java357 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DVirtualAttributeRule.java266 entry.hasAttribute(attributeType))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java171 if (!modifiedEntry.hasAttribute(type))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DBranch.java357 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DVirtualAttributeRule.java266 entry.hasAttribute(attributeType))
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java381 if (entry.hasAttribute(attrType))
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java164 if (!modifiedEntry.hasAttribute(type))
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DBranch.java356 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java361 if(resEntry.hasAttribute(attrType)) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java383 if (entry.hasAttribute(attrType))
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAttributeQuery.java95 if (element.hasAttribute("Resource")) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java167 if (!modifiedEntry.hasAttribute(type))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DBranch.java350 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAttributeQuery.java95 if (element.hasAttribute("Resource")) {
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java460 public boolean hasAttribute(AttributeType attributeType) method in class:Entry
462 return hasAttribute(attributeType, null, true);
478 public boolean hasAttribute(AttributeType attributeType, method in class:Entry
481 return hasAttribute(attributeType, null, includeSubordinates);
499 public boolean hasAttribute( method in class:Entry
503 return hasAttribute(attributeType, options, true);
522 public boolean hasAttribute( method in class:Entry
3251 hasAttribute(subEntry.getInheritFromDNType()))
3288 hasAttribute(subEntry.getInheritFromRDNAttrType()))
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java460 public boolean hasAttribute(AttributeType attributeType) method in class:Entry
462 return hasAttribute(attributeType, null, true);
478 public boolean hasAttribute(AttributeType attributeType, method in class:Entry
481 return hasAttribute(attributeType, null, includeSubordinates);
499 public boolean hasAttribute( method in class:Entry
503 return hasAttribute(attributeType, options, true);
522 public boolean hasAttribute( method in class:Entry
3251 hasAttribute(subEntry.getInheritFromDNType()))
3288 hasAttribute(subEntry.getInheritFromRDNAttrType()))

Completed in 111 milliseconds

1234567891011