Uses of Enum Class
net.shibboleth.idp.attribute.filter.PolicyRequirementRule.Tristate
Packages that use PolicyRequirementRule.Tristate
Package
Description
This package contains a filtering engine for a collection of
IdPAttributes.Implementation of the filter context matchers Matchers.
Classes which implement
PolicyRequirementRule.Implementation of the logical Policy Rules.
This is where the attribute policy rules that understand SAML live.
Testing utility classes.
-
Uses of PolicyRequirementRule.Tristate in net.shibboleth.idp.attribute.filter
Methods in net.shibboleth.idp.attribute.filter that return PolicyRequirementRule.TristateModifier and TypeMethodDescriptionPolicyFromMatcher.matches(AttributeFilterContext context) Evaluate what this rule means.PolicyFromMatcherId.matches(AttributeFilterContext context) Evaluate what this rule means.PolicyRequirementRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.Returns the enum constant of this class with the specified name.static PolicyRequirementRule.Tristate[]PolicyRequirementRule.Tristate.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PolicyRequirementRule.Tristate in net.shibboleth.idp.attribute.filter.policyrule.filtercontext.impl
Methods in net.shibboleth.idp.attribute.filter.policyrule.filtercontext.impl that return PolicyRequirementRule.TristateModifier and TypeMethodDescriptionAttributeIssuerPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.AttributeIssuerRegexpPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.AttributeRequesterPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.AttributeRequesterRegexpPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.NumOfAttributeValuesPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.PredicatePolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.PrincipalNamePolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.PrincipalNameRegexpPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.ProfilePolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.ProxiedRequesterPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.ProxiedRequesterRegexpPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means. -
Uses of PolicyRequirementRule.Tristate in net.shibboleth.idp.attribute.filter.policyrule.impl
Methods in net.shibboleth.idp.attribute.filter.policyrule.impl that return PolicyRequirementRule.TristateModifier and TypeMethodDescriptionScriptedPolicyRule.PolicyRuleScriptEvaluator.execute(AttributeFilterContext filterContext) Execution hook.DirectionPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.ScriptedPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.protected PolicyRequirementRule.TristateAbstractRegexpPolicyRule.regexpCompare(String value) Matches the given value against the provided regular expression.protected PolicyRequirementRule.TristateAbstractStringPolicyRule.stringCompare(String value) Matches the given value against the provided match string. -
Uses of PolicyRequirementRule.Tristate in net.shibboleth.idp.attribute.filter.policyrule.logic.impl
Methods in net.shibboleth.idp.attribute.filter.policyrule.logic.impl that return PolicyRequirementRule.TristateModifier and TypeMethodDescriptionAndPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.NotPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.OrPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means. -
Uses of PolicyRequirementRule.Tristate in net.shibboleth.idp.attribute.filter.policyrule.saml.impl
Methods in net.shibboleth.idp.attribute.filter.policyrule.saml.impl that return PolicyRequirementRule.TristateModifier and TypeMethodDescriptionAbstractEntityAttributePolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.AbstractEntityGroupPolicyRule.matches(AttributeFilterContext input) Evaluate what this rule means.AbstractNameIDFormatExactPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.AbstractRegistrationAuthorityPolicyRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means. -
Uses of PolicyRequirementRule.Tristate in net.shibboleth.idp.attribute.filter.testing
Fields in net.shibboleth.idp.attribute.filter.testing declared as PolicyRequirementRule.TristateModifier and TypeFieldDescriptionprivate PolicyRequirementRule.TristateMockPolicyRequirementRule.retValto return from matcher().Methods in net.shibboleth.idp.attribute.filter.testing that return PolicyRequirementRule.TristateModifier and TypeMethodDescriptionMockPolicyRequirementRule.matches(AttributeFilterContext filterContext) Evaluate what this rule means.Methods in net.shibboleth.idp.attribute.filter.testing with parameters of type PolicyRequirementRule.TristateModifier and TypeMethodDescriptionvoidMockPolicyRequirementRule.setRetVal(PolicyRequirementRule.Tristate what) Set what to return