Searched refs:getDescription (Results 1 - 25 of 1065) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DReconStage.java121 throw new RuntimeException("Unexpected state " + this.getDescription());
128 public String getDescription() { method in class:ReconStage
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/disco/jaxb/
H A DServiceInstanceType.java46 * getDescription().add(newItem);
55 java.util.List getDescription(); method in interface:ServiceInstanceType
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/disco/jaxb/
H A DServiceInstanceType.java46 * getDescription().add(newItem);
55 java.util.List getDescription(); method in interface:ServiceInstanceType
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java81 public String getDescription() method in class:ExtensionFileFilter
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java82 public String getDescription() method in class:ExtensionFileFilter
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java82 public String getDescription() method in class:ExtensionFileFilter
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java81 public String getDescription() method in class:ExtensionFileFilter
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java82 public String getDescription() method in class:ExtensionFileFilter
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsfederation/
H A DClaimType.java65 com.sun.identity.wsfederation.jaxb.wsfederation.DescriptionType getDescription(); method in interface:ClaimType
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsfederation/
H A DClaimType.java65 com.sun.identity.wsfederation.jaxb.wsfederation.DescriptionType getDescription(); method in interface:ClaimType
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/service/
H A DRestStatusService.java55 } else if (status.getDescription() != null) {
56 jsonResponse = ResourceException.getException(status.getCode(), status.getDescription()).toJsonValue();
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/entitlement/utils/
H A DEntitlementUtilsTest.java48 Set<String> actualDescription = EntitlementUtils.getDescription(data);
66 Set<String> actualDescription = EntitlementUtils.getDescription(data);
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/service/
H A DRestStatusService.java55 } else if (status.getDescription() != null) {
56 jsonResponse = ResourceException.getException(status.getCode(), status.getDescription()).toJsonValue();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DRelationDefinition.java261 public final LocalizableMessage getDescription() { method in class:RelationDefinition
262 return getDescription(Locale.getDefault());
277 public final LocalizableMessage getDescription(Locale locale) { method in class:RelationDefinition
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DOctetStringEqualityMatchingRule.java106 public String getDescription() method in class:OctetStringEqualityMatchingRule
H A DOctetStringSubstringMatchingRule.java106 public String getDescription() method in class:OctetStringSubstringMatchingRule
/forgerock/opendj2/src/server/org/opends/server/api/
H A DMatchingRule.java112 String getDescription(); method in interface:MatchingRule
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DMatchingRule.java113 String getDescription(); method in interface:MatchingRule
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DAttributeSyntaxTest.java79 syntax.getDescription();
H A DBinaryAttributeSyntaxTest.java79 syntax.getDescription();
H A DEqualLengthApproximateMatchingRule.java106 public String getDescription() method in class:EqualLengthApproximateMatchingRule
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DAttributeSyntaxTest.java78 syntax.getDescription();
H A DBinaryAttributeSyntaxTest.java78 syntax.getDescription();
H A DEqualLengthApproximateMatchingRule.java105 public String getDescription() method in class:EqualLengthApproximateMatchingRule
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DOctetStringEqualityMatchingRule.java105 public String getDescription() method in class:OctetStringEqualityMatchingRule

Completed in 1278 milliseconds

1234567891011>>