Class RequireAnyAttributeAuthorizer<U extends UserProfile>

  • All Implemented Interfaces:
    Authorizer<U>

    public class RequireAnyAttributeAuthorizer<U extends UserProfile>
    extends AbstractRequireAnyAuthorizer<String,​U>
    This is RequireAnyAttributeAuthorizer which checks profile attributes for the specified element, and optionally may pattern-check the configured value. In practice, you may use this authorizer to see if the profile contains attribute X and optionally, whether X has a value that matches pattern Y.
    Since:
    1.9.2
    Author:
    Misagh Moayyed