Interface Authorizer

    • Method Detail

      • authorize

        Access authorize​(AuthenticationResult authenticationResult,
                         Resource resource,
                         Action action)
        Check if the entity represented by identity is authorized to perform action on resource.
        Parameters:
        authenticationResult - The authentication result of the request
        resource - The resource to be accessed
        action - The action to perform on the resource
        Returns:
        An Access object representing the result of the authorization check. Must not be null.