Uses of Package
net.shibboleth.idp.attribute.filter.policyrule.saml.impl
Packages that use net.shibboleth.idp.attribute.filter.policyrule.saml.impl
Package
Description
This is where the attribute policy rules that understand SAML live.
Parsers for the SAML rules.
-
Classes in net.shibboleth.idp.attribute.filter.policyrule.saml.impl used by net.shibboleth.idp.attribute.filter.policyrule.saml.implClassDescriptionMatcher that checks, via an exact match, for an entity attribute with a given value.Base class for matchers that check whether a particular entity attribute is present and contains a given value.Matcher functor that checks entity attribute values via matching against a regular expression.A matcher that evaluates to true if an entity's metadata matches the provided entity group name, or a valid metadata-sourced affiliation of entities.Checks if the attribute issuer supports the required NameID format.Base class for rules operating on the RPI extension in metadata.
-
Classes in net.shibboleth.idp.attribute.filter.policyrule.saml.impl used by net.shibboleth.idp.attribute.filter.spring.saml.implClassDescriptionMatcher that checks, via an exact match, if the attribute issuer contains an entity attribute with a given value.Matcher that checks, via regex, if the attribute issuer contains an entity attribute with a given value.A matcher that evaluates to true if attribute issuer's metadata matches the provided entity group name, or a valid metadata-sourced affiliation of entities.Checks if the attribute issuer supports the required NameID format.Rule based on RPI extension in attribute issuer's metadata.Matcher that checks, via an exact match, if the proxied requester's metadata contains an entity attribute with a given value.Matcher that checks, via regex, if the proxied attribute requester's metadata contains an entity attribute with a given value.A matcher that evaluates to true if proxied requester's metadata matches the provided entity group name, or a valid metadata-sourced affiliation of entities.Rule based on RPI extension in proxied requester's metadata.Matcher that checks, via an exact match, if the attribute requester's metadata contains an entity attribute with a given value.Matcher that checks, via regex, if the attribute requester's metadata contains an entity attribute with a given value.A matcher that evaluates to true if attribute requester's metadata matches the provided entity group name, or a valid metadata-sourced affiliation of entities.Checks if the attribute requester supports the required NameID format.Rule based on RPI extension in attribute requester's metadata.