Uses of Interface
net.shibboleth.idp.attribute.filter.FilterScriptContextExtender
Packages that use FilterScriptContextExtender
Package
Description
Implementation of the various policy matchers.
Classes which implement
PolicyRequirementRule.-
Uses of FilterScriptContextExtender in net.shibboleth.idp.attribute.filter.matcher.impl
Fields in net.shibboleth.idp.attribute.filter.matcher.impl with type parameters of type FilterScriptContextExtenderModifier and TypeFieldDescriptionprivate Collection<FilterScriptContextExtender>ScriptedMatcher.contextExtendersExtenders for script context.Method parameters in net.shibboleth.idp.attribute.filter.matcher.impl with type arguments of type FilterScriptContextExtenderModifier and TypeMethodDescriptionvoidScriptedMatcher.setScriptContextExtenders(Collection<FilterScriptContextExtender> extenders) Set any script context extenders to apply. -
Uses of FilterScriptContextExtender in net.shibboleth.idp.attribute.filter.policyrule.impl
Fields in net.shibboleth.idp.attribute.filter.policyrule.impl with type parameters of type FilterScriptContextExtenderModifier and TypeFieldDescriptionprivate Collection<FilterScriptContextExtender>ScriptedPolicyRule.contextExtendersExtenders for script context.Method parameters in net.shibboleth.idp.attribute.filter.policyrule.impl with type arguments of type FilterScriptContextExtenderModifier and TypeMethodDescriptionvoidScriptedPolicyRule.setScriptContextExtenders(Collection<FilterScriptContextExtender> extenders) Set any script context extenders to apply.