Class RequireAnyAttributeAuthorizer

  • All Implemented Interfaces:
    Authorizer

    public class RequireAnyAttributeAuthorizer
    extends AbstractRequireAnyAuthorizer<java.lang.String>
    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
    • Constructor Detail

      • RequireAnyAttributeAuthorizer

        public RequireAnyAttributeAuthorizer()
      • RequireAnyAttributeAuthorizer

        public RequireAnyAttributeAuthorizer​(java.lang.String valueToMatch)