Uses of Class
net.shibboleth.idp.profile.interceptor.ExternalInterceptor
Packages that use ExternalInterceptor
Package
Description
Context classes for IdP-specific information needed by profile actions.
Implementation of a profile interceptor flow which executes other flows.
-
Uses of ExternalInterceptor in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context declared as ExternalInterceptorModifier and TypeFieldDescriptionprivate final ExternalInterceptorExternalInterceptorContext.externalInterceptorImplementation object.Methods in net.shibboleth.idp.profile.context that return ExternalInterceptorModifier and TypeMethodDescriptionExternalInterceptorContext.getExternalInterceptor()Get theExternalInterceptorinstalled in the context.Constructors in net.shibboleth.idp.profile.context with parameters of type ExternalInterceptorModifierConstructorDescriptionExternalInterceptorContext(ExternalInterceptor interceptor) Constructor. -
Uses of ExternalInterceptor in net.shibboleth.idp.profile.interceptor.impl
Subclasses of ExternalInterceptor in net.shibboleth.idp.profile.interceptor.implModifier and TypeClassDescriptionclassImplementation of theExternalInterceptorAPI that handles moving information in and out of request attributes.