Modifier and Type | Method and Description |
---|---|
MatchFunctor |
AttributeRule.getDenyValueRule()
Gets the filter that denies the release of attribute values.
|
MatchFunctor |
AttributeRule.getPermitValueRule()
Gets the filter that permits the release of attribute values.
|
MatchFunctor |
AttributeFilterPolicy.getPolicyRequirementRule()
Gets the requirement for this policy.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<MatchFunctor>> |
ShibbolethFilteringContext.getDenyValueRules()
Gets the deny value rules that apply to the attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeRule.setDenyValueRule(MatchFunctor filter)
Sets the filter that denies the release of attribute values.
|
void |
AttributeRule.setPermitValueRule(MatchFunctor filter)
Sets the filter that permits the release of attribute values.
|
void |
AttributeFilterPolicy.setPolicyRequirementRule(MatchFunctor requirement)
Sets the requirement for this policy.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttributeTargetedRegexMatchFunctor
Base class for match functions that match a regular expresion against an attribute's value.
|
class |
AbstractAttributeTargetedStringMatchFunctor
Base class for match functions that match a string value against an attribute's value.
|
class |
AbstractMatchFunctor
Base class for
MatchFunctor s that delegate the evaluation and negate the result if necessary. |
class |
AbstractRegexMatchFunctor
Base class for match function that match a string value against a given regular expression.
|
class |
AbstractStringMatchFunctor
Base class for match function that match one string value against a given string value.
|
class |
AndMatchFunctor
A
MatchFunctor that logical ANDs the results of contained functors. |
class |
AnyMatchFunctor
A match function that returns true to evaluations.
|
class |
AttributeIssuerRegexMatchFunctor
A match function that evaluates to true if the attribute issuer matches the provided regular expression.
|
class |
AttributeIssuerStringMatchFunctor
A match function that evaluates to true if the attribute issuer matches the given match string.
|
class |
AttributeRequesterRegexMatchFunctor
A match function that evaluates to true if attribute requester matches the provided regular expression.
|
class |
AttributeRequesterStringMatchFunctor
A match function that evaluates to true if the attribute requester matches the given match string.
|
class |
AttributeScopeRegexMatchFunctor
Match functor that checks if an attribute's scoped values are equal to a given regular expression.
|
class |
AttributeScopeStringMatchFunctor
Match functor that checks if an attribute's scoped values are equal to a given string.
|
class |
AttributeValueRegexMatchFunctor
A match function that evaluates an attribute's value against the provided regular expression.
|
class |
AttributeValueStringMatchFunctor
A match function that evaluates an attribute's value against the given match string.
|
class |
AuthenticationMethodRegexMatchFunctor
Match functor that compares the user's authentication method against a given regular expresion.
|
class |
AuthenticationMethodStringMatchFunctor
Match functor that compares the user's authentication method against a given string.
|
class |
NotMatchFunctor
A match functor that performs a logical NOT on the result of another functor.
|
class |
NumOfAttributeValuesMatchFunctor
A match functor that checks if the given attribute has more than the minimum number of values but less than the
maximum.
|
class |
OrMatchFunctor
A match function that logical ORs the results of contained functors.
|
class |
PrincipalRegexMatchFunctor
A match function that evaluates to true if user's principal name matches the provided regular expression.
|
class |
PrincipalStringMatchFunctor
A match function that evaluates to true if user's principal name matches the given match string.
|
class |
ScriptMatchFunctor
Match function based on a JSR-268 script.
|
Modifier and Type | Method and Description |
---|---|
MatchFunctor |
NotMatchFunctor.getTargetRule()
Gets the match functor that will be the target of the logical NOT.
|
Modifier and Type | Method and Description |
---|---|
List<MatchFunctor> |
AndMatchFunctor.getTargetRules()
Gets the functors whose results will be ANDed.
|
List<MatchFunctor> |
OrMatchFunctor.getTargetRules()
Gets the functors whose results will be ORed.
|
Modifier and Type | Method and Description |
---|---|
void |
NotMatchFunctor.setTargetRule(MatchFunctor target)
Sets the match functor that will be the target of the logical NOT.
|
Constructor and Description |
---|
NotMatchFunctor(MatchFunctor rule)
Constructor.
|
Constructor and Description |
---|
AndMatchFunctor(List<MatchFunctor> rules)
Constructor.
|
OrMatchFunctor(List<MatchFunctor> rules)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityAttributeExactMatchFunctor
Base class for match functors that perform an exact match of a given attribute string value against entity attribute
value.
|
class |
AbstractEntityAttributeMatchFunctor
Base class for match functions that check whether a particular entity attribute is present and contains a given
value.
|
class |
AbstractEntityAttributeRegexMatchFunctor
Base class for match functors that perform an regular expression match of a given attribute string value against
entity attribute value.
|
class |
AbstractEntityGroupMatchFunctor
Base class for match functors that check if a given entity is in an entity group.
|
class |
AbstractNameIDFormatSupportedMatchFunctor
Base class for matching functions that check if an SAML entity supports a particular NameID format type.
|
class |
AttributeInMetadataMatchFunctor
Match functor that checks whether an attribute is enumerated in an SP's metadata
as a required or optional attribute.
|
class |
AttributeIssuerEntityAttributeExactMatchFunctor
Match functor that checks, via an exact match, if the attribute issuer contains an entity attribute with a given
value.
|
class |
AttributeIssuerEntityAttributeRegexMatchFunctor
Match functor that checks, via matching against a regular expression, if the attribute issuer contains an entity
attribute with a given value.
|
class |
AttributeIssuerInEntityGroupMatchFunctor
A match function that evaluates to true if attribute issuer matches the provided entity group name.
|
class |
AttributeIssuerNameIDFormatExactMatchFunctor
Checks if the attribute requester supports the required NameID format.
|
class |
AttributeRequesterEntityAttributeExactMatchFunctor
Match functor that checks, via an exact match, if the attribute requester contains an entity attribute with a given
value.
|
class |
AttributeRequesterEntityAttributeRegexMatchFunctor
Match functor that checks, via matching against a regular expression, if the attribute requester contains an entity
attribute with a given value.
|
class |
AttributeRequesterInEntityGroupMatchFunctor
A match function that evaluates to true if attribute requester matches the provided entity group name.
|
class |
AttributeRequesterNameIDFormatExactMatchFunctor
Checks if the attribute issuer supports the required NameID format.
|
Modifier and Type | Method and Description |
---|---|
MatchFunctor |
AttributeFilterPolicyFactoryBean.getPolicyRequirement()
Gets the requirement for this policy.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeFilterPolicyFactoryBean.setPolicyRequirement(MatchFunctor requirement)
Sets the requirement for this policy.
|
Copyright © 1999–2014. All rights reserved.