Uses of Class
net.shibboleth.idp.profile.context.ProfileInterceptorContext
Packages that use ProfileInterceptorContext
Package
Description
Classes supporting profile interceptor machinery.
-
Uses of ProfileInterceptorContext in net.shibboleth.idp.profile.interceptor
Fields in net.shibboleth.idp.profile.interceptor declared as ProfileInterceptorContextModifier and TypeFieldDescriptionprivate ProfileInterceptorContextAbstractProfileInterceptorAction.profileInterceptorContextTheProfileInterceptorContextto operate on.Fields in net.shibboleth.idp.profile.interceptor with type parameters of type ProfileInterceptorContextModifier and TypeFieldDescriptionAbstractProfileInterceptorAction.interceptorContextlookupStrategyStrategy used to find theProfileInterceptorContextfrom theProfileRequestContext.Methods in net.shibboleth.idp.profile.interceptor that return ProfileInterceptorContextModifier and TypeMethodDescriptionprivate ProfileInterceptorContextAbstractProfileInterceptorAction.getProfileInterceptorContext()null safe getter.Methods in net.shibboleth.idp.profile.interceptor with parameters of type ProfileInterceptorContextModifier and TypeMethodDescriptionprotected voidAbstractProfileInterceptorAction.doExecute(ProfileRequestContext profileRequestContext, ProfileInterceptorContext interceptorContext) Performs this profile interceptor action.protected booleanAbstractProfileInterceptorAction.doPreExecute(ProfileRequestContext profileRequestContext, ProfileInterceptorContext interceptorContext) Performs this profile interceptor action's pre-execute step.Method parameters in net.shibboleth.idp.profile.interceptor with type arguments of type ProfileInterceptorContextModifier and TypeMethodDescriptionvoidAbstractProfileInterceptorAction.setLookupStrategy(Function<ProfileRequestContext, ProfileInterceptorContext> strategy) Set the context lookup strategy forProfileInterceptorContext.