Searched defs:authZModule (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DLoggingAuthzModule.java133 String authZModule) {
136 restLog.auditAccessDenied(resource, action, authZModule, token);
138 restLog.auditAccessGranted(resource, action, authZModule, token);
131 log(String resource, String action, SSOToken token, Promise<AuthorizationResult, ResourceException> result, String authZModule) argument
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DLoggingAuthzModule.java133 String authZModule) {
136 restLog.auditAccessDenied(resource, action, authZModule, token);
138 restLog.auditAccessGranted(resource, action, authZModule, token);
131 log(String resource, String action, SSOToken token, Promise<AuthorizationResult, ResourceException> result, String authZModule) argument

Completed in 28 milliseconds