Interface AuthorizationAuditor


public interface AuthorizationAuditor
  • Method Details

    • auditAccessAttempt

      void auditAccessAttempt(AuthorizationRequest request, AuthorizationResult result)
      Audits an authorization request. Will be invoked for any Approved or Denied results. ResourceNotFound will either re-attempt authorization using a parent resource or will generate a failure result and audit that.
      Parameters:
      request - the request for authorization
      result - the authorization result