Searched refs:getDescription (Results 151 - 175 of 1065) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DPresentationAddressEqualityMatchingRule.java109 public String getDescription() method in class:PresentationAddressEqualityMatchingRule
H A DProtocolInformationEqualityMatchingRule.java109 public String getDescription() method in class:ProtocolInformationEqualityMatchingRule
H A DTelephoneNumberEqualityMatchingRule.java108 public String getDescription() method in class:TelephoneNumberEqualityMatchingRule
H A DTelephoneNumberSubstringMatchingRule.java112 public String getDescription() method in class:TelephoneNumberSubstringMatchingRule
H A DUserPasswordExactEqualityMatchingRule.java107 public String getDescription() method in class:UserPasswordExactEqualityMatchingRule
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DArgumentGroup.java75 public Message getDescription() { method in class:ArgumentGroup
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DCaseExactEqualityMatchingRule.java102 public String getDescription() method in class:CaseExactEqualityMatchingRule
H A DCaseIgnoreEqualityMatchingRule.java106 public String getDescription() method in class:CaseIgnoreEqualityMatchingRule
H A DOctetStringOrderingMatchingRule.java118 public String getDescription() method in class:OctetStringOrderingMatchingRule
H A DPresentationAddressEqualityMatchingRule.java108 public String getDescription() method in class:PresentationAddressEqualityMatchingRule
H A DProtocolInformationEqualityMatchingRule.java108 public String getDescription() method in class:ProtocolInformationEqualityMatchingRule
H A DTelephoneNumberEqualityMatchingRule.java107 public String getDescription() method in class:TelephoneNumberEqualityMatchingRule
H A DTelephoneNumberSubstringMatchingRule.java111 public String getDescription() method in class:TelephoneNumberSubstringMatchingRule
H A DUserPasswordExactEqualityMatchingRule.java106 public String getDescription() method in class:UserPasswordExactEqualityMatchingRule
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DArgumentGroup.java74 public Message getDescription() { method in class:ArgumentGroup
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DApply.java94 public String getDescription() { method in class:Apply
/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/weblogic/v10/
H A DAmWLAuthProvider.java72 public String getDescription() { method in class:AmWLAuthProvider
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DAssertions.java61 assertThat(first.getDescription()).isEqualTo(second.getDescription());
143 assertThat(first.getDescription()).isEqualTo(second.getDescription());
H A DXACMLPrivilegeUtilsTest.java199 descriptionList.add(policy.getDescription());
202 String description = privilege.getDescription();
221 assertEquals(policy.getDescription(), referralPrivilege.getDescription(), "Expected Policy description to " +
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DAciSyntax.java103 public String getDescription() method in class:AciSyntax
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DTestTopCfgDefnTest.java107 /** Tests that getDescription throws an exception. */
110 assertNotNull(TopCfgDefn.getInstance().getDescription());
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DApply.java94 public String getDescription() { method in class:Apply
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DAssertions.java64 assertThat(first.getDescription()).isEqualTo(second.getDescription());
147 assertThat(first.getDescription()).isEqualTo(second.getDescription());
H A DXACMLPrivilegeUtilsTest.java200 descriptionList.add(policy.getDescription());
203 String description = privilege.getDescription();
222 assertEquals(policy.getDescription(), referralPrivilege.getDescription(), "Expected Policy description to " +
/forgerock/opendj2/src/server/org/opends/server/config/
H A DDNConfigAttribute.java942 return new DNConfigAttribute(getName(), getDescription(), isRequired(),
1112 getDescription()),
1120 getDescription()),
1134 getDescription()),
1142 getDescription()),
1162 String.valueOf(getDescription()));
1167 String.valueOf(getDescription()));
1312 return new DNConfigAttribute(getName(), getDescription(), isRequired(),

Completed in 141 milliseconds

1234567891011>>