| Class | Description |
|---|---|
| AbstractAttributeTargetedRegexMatchFunctor |
Base class for match functions that match a regular expresion against an attribute's value.
|
| AbstractAttributeTargetedStringMatchFunctor |
Base class for match functions that match a string value against an attribute's value.
|
| AbstractMatchFunctor |
Base class for
MatchFunctors that delegate the evaluation and negate the result if necessary. |
| AbstractRegexMatchFunctor |
Base class for match function that match a string value against a given regular expression.
|
| AbstractStringMatchFunctor |
Base class for match function that match one string value against a given string value.
|
| AndMatchFunctor |
A
MatchFunctor that logical ANDs the results of contained functors. |
| AnyMatchFunctor |
A match function that returns true to evaluations.
|
| AttributeIssuerRegexMatchFunctor |
A match function that evaluates to true if the attribute issuer matches the provided regular expression.
|
| AttributeIssuerStringMatchFunctor |
A match function that evaluates to true if the attribute issuer matches the given match string.
|
| AttributeRequesterRegexMatchFunctor |
A match function that evaluates to true if attribute requester matches the provided regular expression.
|
| AttributeRequesterStringMatchFunctor |
A match function that evaluates to true if the attribute requester matches the given match string.
|
| AttributeScopeRegexMatchFunctor |
Match functor that checks if an attribute's scoped values are equal to a given regular expression.
|
| AttributeScopeStringMatchFunctor |
Match functor that checks if an attribute's scoped values are equal to a given string.
|
| AttributeValueRegexMatchFunctor |
A match function that evaluates an attribute's value against the provided regular expression.
|
| AttributeValueStringMatchFunctor |
A match function that evaluates an attribute's value against the given match string.
|
| AuthenticationMethodRegexMatchFunctor |
Match functor that compares the user's authentication method against a given regular expresion.
|
| AuthenticationMethodStringMatchFunctor |
Match functor that compares the user's authentication method against a given string.
|
| NotMatchFunctor |
A match functor that performs a logical NOT on the result of another functor.
|
| NumOfAttributeValuesMatchFunctor |
A match functor that checks if the given attribute has more than the minimum number of values but less than the
maximum.
|
| OrMatchFunctor |
A match function that logical ORs the results of contained functors.
|
| PrincipalRegexMatchFunctor |
A match function that evaluates to true if user's principal name matches the provided regular expression.
|
| PrincipalStringMatchFunctor |
A match function that evaluates to true if user's principal name matches the given match string.
|
| ScriptMatchFunctor |
Match function based on a JSR-268 script.
|
Copyright © 1999-2015. All Rights Reserved.