Class RequireAllPermissionsAuthorizer<U extends UserProfile>

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

    public class RequireAllPermissionsAuthorizer<U extends UserProfile>
    extends AbstractRequireAllAuthorizer<String,​U>
    Checks an access if the user profile has all the permissions.
    Since:
    1.8.0
    Author:
    Jerome Leleu