Searched defs:getReferredResources (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/service/
H A DApplicationService.java112 Set<String> getReferredResources(String applicationTypeName) throws EntitlementException; method in interface:ApplicationService
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DApplicationServiceTestHelper.java101 public static Set<String> getReferredResources(Subject adminSubject, String realm, String applicationTypeName) method in class:ApplicationServiceTestHelper
103 return getApplicationService(adminSubject, realm).getReferredResources(applicationTypeName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeIndexStore.java256 public abstract Set<String> getReferredResources(String applicationTypeName) method in class:PrivilegeIndexStore
H A DApplicationManager.java498 public static Set<String> getReferredResources( method in class:ApplicationManager
516 return pis.getReferredResources(applicationTypeName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeIndexStore.java256 public abstract Set<String> getReferredResources(String applicationTypeName) method in class:PrivilegeIndexStore
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/service/
H A DApplicationServiceImpl.java154 public Set<String> getReferredResources(String applicationTypeName) throws EntitlementException { method in class:ApplicationServiceImpl
165 return PrivilegeIndexStore.getInstance(subject, realm).getReferredResources(applicationTypeName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java754 public Set<String> getReferredResources(String applicationTypeName) method in class:OpenSSOIndexStore
806 "OpenSSOIndexStore.getReferredResources", ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java756 public Set<String> getReferredResources(String applicationTypeName) method in class:OpenSSOIndexStore
807 "OpenSSOIndexStore.getReferredResources", ex);

Completed in 29 milliseconds