Uses of Class
net.shibboleth.idp.profile.interceptor.ExternalInterceptor
-
Packages that use ExternalInterceptor Package Description net.shibboleth.idp.profile.context Context classes for IdP-specific information needed by profile actions. -
-
Uses of ExternalInterceptor in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context declared as ExternalInterceptor Modifier and Type Field Description private ExternalInterceptorExternalInterceptorContext. externalInterceptorImplementation object.Methods in net.shibboleth.idp.profile.context that return ExternalInterceptor Modifier and Type Method Description ExternalInterceptorExternalInterceptorContext. getExternalInterceptor()Get theExternalInterceptorinstalled in the context.Constructors in net.shibboleth.idp.profile.context with parameters of type ExternalInterceptor Constructor Description ExternalInterceptorContext(ExternalInterceptor interceptor)Constructor.
-