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

/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DApplicationsResource.java223 if (applicationExists(applicationId, realm, subject)) {
327 if (!applicationExists(resourceId, realm, subject)) {
493 if (!applicationExists(resourceId, realm, subject)) {
506 private boolean applicationExists(String applicationId, String realm, Subject subject) throws EntitlementException { method in class:ApplicationsResource

Completed in 20 milliseconds