Searched refs:getSubjectAttributeNames (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementConfiguration.java118 Set<String> getSubjectAttributeNames(String application) throws EntitlementException; method in interface:EntitlementConfiguration
H A DSubjectAttributesManager.java301 return ec.getSubjectAttributeNames(applicationName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementConfiguration.java177 public abstract Set<String> getSubjectAttributeNames(String application) method in class:EntitlementConfiguration
H A DSubjectAttributesManager.java304 return ec.getSubjectAttributeNames(applicationName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementService.java900 public Set<String> getSubjectAttributeNames(String application) { method in class:EntitlementService
909 "EntitlementService.getSubjectAttributeNames", ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementService.java788 public Set<String> getSubjectAttributeNames(String application) { method in class:EntitlementService
796 "EntitlementService.getSubjectAttributeNames", ex);

Completed in 36 milliseconds