Uses of Class
net.shibboleth.idp.profile.context.ProfileInterceptorContext
-
Packages that use ProfileInterceptorContext Package Description net.shibboleth.idp.profile.interceptor Classes supporting profile interceptor machinery. -
-
Uses of ProfileInterceptorContext in net.shibboleth.idp.profile.interceptor
Fields in net.shibboleth.idp.profile.interceptor declared as ProfileInterceptorContext Modifier and Type Field Description private ProfileInterceptorContextAbstractProfileInterceptorAction. profileInterceptorContextTheProfileInterceptorContextto operate on.Fields in net.shibboleth.idp.profile.interceptor with type parameters of type ProfileInterceptorContext Modifier and Type Field Description private Function<org.opensaml.profile.context.ProfileRequestContext,ProfileInterceptorContext>AbstractProfileInterceptorAction. interceptorContextlookupStrategyStrategy used to find theProfileInterceptorContextfrom theProfileRequestContext.Methods in net.shibboleth.idp.profile.interceptor with parameters of type ProfileInterceptorContext Modifier and Type Method Description protected voidAbstractProfileInterceptorAction. doExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext, ProfileInterceptorContext interceptorContext)Performs this profile interceptor action.protected booleanAbstractProfileInterceptorAction. doPreExecute(org.opensaml.profile.context.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 ProfileInterceptorContext Modifier and Type Method Description voidAbstractProfileInterceptorAction. setLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,ProfileInterceptorContext> strategy)Set the context lookup strategy forProfileInterceptorContext.
-