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