Class RequireAnyPermissionAuthorizer<U extends UserProfile>

  • Type Parameters:
    U - the user profile
    All Implemented Interfaces:
    Authorizer<U>

    public class RequireAnyPermissionAuthorizer<U extends UserProfile>
    extends AbstractRequireAnyAuthorizer<String,​U>
    Checks an access if the user profile has any of the permissions.
    Since:
    1.8.0
    Author:
    Jerome Leleu