Uses of Interface
net.shibboleth.idp.attribute.resolver.scripted.ResolverScriptContextExtender
Packages that use ResolverScriptContextExtender
Package
Description
Implementations of various
AttributeDefinitions.Common functionality used by data connectors.
-
Uses of ResolverScriptContextExtender in net.shibboleth.idp.attribute.resolver.ad.impl
Fields in net.shibboleth.idp.attribute.resolver.ad.impl with type parameters of type ResolverScriptContextExtenderModifier and TypeFieldDescriptionprivate Collection<ResolverScriptContextExtender>ScriptedAttributeDefinition.contextExtendersExtenders for script context.Method parameters in net.shibboleth.idp.attribute.resolver.ad.impl with type arguments of type ResolverScriptContextExtenderModifier and TypeMethodDescriptionvoidScriptedAttributeDefinition.setScriptContextExtenders(Collection<ResolverScriptContextExtender> extenders) Set any script context extenders to apply. -
Uses of ResolverScriptContextExtender in net.shibboleth.idp.attribute.resolver.dc.impl
Fields in net.shibboleth.idp.attribute.resolver.dc.impl with type parameters of type ResolverScriptContextExtenderModifier and TypeFieldDescriptionprivate Collection<ResolverScriptContextExtender>ScriptedDataConnector.contextExtendersExtenders for script context.Method parameters in net.shibboleth.idp.attribute.resolver.dc.impl with type arguments of type ResolverScriptContextExtenderModifier and TypeMethodDescriptionvoidScriptedDataConnector.setScriptContextExtenders(Collection<ResolverScriptContextExtender> extenders) Set any script context extenders to apply.