Class AllowAllAuthorizer

    • Constructor Detail

      • AllowAllAuthorizer

        public AllowAllAuthorizer()
    • Method Detail

      • authorize

        public Access authorize​(AuthenticationResult authenticationResult,
                                Resource resource,
                                Action action)
        Description copied from interface: Authorizer
        Check if the entity represented by identity is authorized to perform action on resource.
        Specified by:
        authorize in interface Authorizer
        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.