Class RequireAnyAttributeAuthorizer

All Implemented Interfaces:
Authorizer

public class RequireAnyAttributeAuthorizer extends AbstractRequireAnyAuthorizer<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 Details

    • RequireAnyAttributeAuthorizer

      public RequireAnyAttributeAuthorizer()

      Constructor for RequireAnyAttributeAuthorizer.

    • RequireAnyAttributeAuthorizer

      public RequireAnyAttributeAuthorizer(String valueToMatch)

      Constructor for RequireAnyAttributeAuthorizer.

      Parameters:
      valueToMatch - a String object
  • Method Details