Searched defs:hasAttribute (Results 1 - 25 of 53) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DSubjectAttributesCollector.java97 boolean hasAttribute( method in interface:SubjectAttributesCollector
H A DSubjectAttributesManager.java281 public boolean hasAttribute( method in class:SubjectAttributesManager
286 return attrCollector.hasAttribute(subject, attrName, attrValue);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java211 public boolean hasAttribute(AttributeType attributeType) method in class:TemplateEntry
H A DBranch.java357 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
H A DTemplate.java313 public boolean hasAttribute(AttributeType attributeType) method in class:Template
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java210 public boolean hasAttribute(AttributeType attributeType) method in class:TemplateEntry
H A DBranch.java356 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
H A DTemplate.java312 public boolean hasAttribute(AttributeType attributeType) method in class:Template
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java211 public boolean hasAttribute(AttributeType attributeType) method in class:TemplateEntry
H A DBranch.java357 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
H A DTemplate.java313 public boolean hasAttribute(AttributeType attributeType) method in class:Template
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java211 public boolean hasAttribute(AttributeType attributeType) method in class:TemplateEntry
H A DBranch.java357 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
H A DTemplate.java313 public boolean hasAttribute(AttributeType attributeType) method in class:Template
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java210 public boolean hasAttribute(AttributeType attributeType) method in class:TemplateEntry
H A DBranch.java356 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
H A DTemplate.java312 public boolean hasAttribute(AttributeType attributeType) method in class:Template
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOSubjectAttributesCollector.java211 public boolean hasAttribute( method in class:OpenSSOSubjectAttributesCollector
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplateEntry.java196 public boolean hasAttribute(AttributeType attributeType) method in class:TemplateEntry
H A DBranch.java350 public boolean hasAttribute(AttributeType attributeType) method in class:Branch
H A DTemplate.java307 public boolean hasAttribute(AttributeType attributeType) method in class:Template
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java618 String valueString, int timeout, boolean hasAttribute) throws Exception
654 if (found != hasAttribute)
656 } while ((--count > 0) && (found != hasAttribute));
617 checkEntryHasAttribute(DN dn, String attrTypeStr, String valueString, int timeout, boolean hasAttribute) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java618 String valueString, int timeout, boolean hasAttribute) throws Exception
654 if (found != hasAttribute)
656 } while ((--count > 0) && (found != hasAttribute));
617 checkEntryHasAttribute(DN dn, String attrTypeStr, String valueString, int timeout, boolean hasAttribute) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java618 String valueString, int timeout, boolean hasAttribute) throws Exception
654 if (found != hasAttribute)
656 } while ((--count > 0) && (found != hasAttribute));
617 checkEntryHasAttribute(DN dn, String attrTypeStr, String valueString, int timeout, boolean hasAttribute) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java521 String valueString, int timeout, boolean hasAttribute) throws Exception
553 if (found != hasAttribute)
555 } while ((--count > 0) && (found != hasAttribute));
520 checkEntryHasAttribute(DN dn, String attrTypeStr, String valueString, int timeout, boolean hasAttribute) argument

Completed in 74 milliseconds

123