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

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/fluent/
H A DAuditFilter.java86 final CrestAuditor auditor = newAuditor(context, request);
107 CrestAuditor auditor = newAuditor(context, request);
128 CrestAuditor auditor = newAuditor(context, request);
149 CrestAuditor auditor = newAuditor(context, request);
171 CrestAuditor auditor = newAuditor(context, request);
192 CrestAuditor auditor = newAuditor(context, request);
213 CrestAuditor auditor = newAuditor(context, request);
242 private CrestAuditor newAuditor(Context context, Request request) { method in class:AuditFilter
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/fluent/
H A DAuditFilter.java86 final CrestAuditor auditor = newAuditor(context, request);
107 CrestAuditor auditor = newAuditor(context, request);
128 CrestAuditor auditor = newAuditor(context, request);
149 CrestAuditor auditor = newAuditor(context, request);
171 CrestAuditor auditor = newAuditor(context, request);
192 CrestAuditor auditor = newAuditor(context, request);
213 CrestAuditor auditor = newAuditor(context, request);
242 private CrestAuditor newAuditor(Context context, Request request) { method in class:AuditFilter
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DPLLRequestServlet.java103 PLLAuditor auditor = newAuditor(req);
163 private PLLAuditor newAuditor(HttpServletRequest httpServletRequest) { method in class:PLLRequestServlet
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DPLLRequestServlet.java103 PLLAuditor auditor = newAuditor(req);
163 private PLLAuditor newAuditor(HttpServletRequest httpServletRequest) { method in class:PLLRequestServlet
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMSEmbeddedLdapObject.java278 SMSAuditor auditor = newAuditor(token, dn, null);
310 SMSAuditor auditor = newAuditor(token, dn, readCurrentState(dn));
335 SMSAuditor auditor = newAuditor(token, dn, readCurrentState(dn));
911 private SMSAuditor newAuditor(SSOToken token, String dn, Map initialState) { method in class:SMSEmbeddedLdapObject
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMSEmbeddedLdapObject.java272 SMSAuditor auditor = newAuditor(token, dn, null);
304 SMSAuditor auditor = newAuditor(token, dn, readCurrentState(dn));
330 SMSAuditor auditor = newAuditor(token, dn, readCurrentState(dn));
900 private SMSAuditor newAuditor(SSOToken token, String dn, Map initialState) { method in class:SMSEmbeddedLdapObject

Completed in 44 milliseconds