Class RequireAnyRoleAuthorizer

  • All Implemented Interfaces:
    Authorizer

    public class RequireAnyRoleAuthorizer
    extends AbstractRequireAnyAuthorizer<java.lang.String>
    Checks an access if the user profile has any of the roles.
    Since:
    1.8.0
    Author:
    Jerome Leleu
    • Constructor Detail

      • RequireAnyRoleAuthorizer

        public RequireAnyRoleAuthorizer()
      • RequireAnyRoleAuthorizer

        public RequireAnyRoleAuthorizer​(java.lang.String... roles)
      • RequireAnyRoleAuthorizer

        public RequireAnyRoleAuthorizer​(java.util.List<java.lang.String> roles)
      • RequireAnyRoleAuthorizer

        public RequireAnyRoleAuthorizer​(java.util.Set<java.lang.String> roles)