Class RequireAllRolesAuthorizer<U extends UserProfile>

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

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