| Package | Description |
|---|---|
| net.shibboleth.idp.profile.interceptor |
A profile interceptor flow which executes other flows.
|
| Modifier and Type | Field and Description |
|---|---|
private ProfileInterceptorContext |
AbstractProfileInterceptorAction.profileInterceptorContext
The
ProfileInterceptorContext to operate on. |
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,ProfileInterceptorContext> |
AbstractProfileInterceptorAction.interceptorContextlookupStrategy
Strategy used to find the
ProfileInterceptorContext from the ProfileRequestContext. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractProfileInterceptorAction.doExecute(org.opensaml.profile.context.ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext,
ProfileInterceptorContext interceptorContext)
Performs this profile interceptor action.
|
protected boolean |
AbstractProfileInterceptorAction.doPreExecute(org.opensaml.profile.context.ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext,
ProfileInterceptorContext interceptorContext)
Performs this profile interceptor action's pre-execute step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProfileInterceptorAction.setLookupStrategy(com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,ProfileInterceptorContext> strategy)
Set the context lookup strategy for
ProfileInterceptorContext. |
Copyright © 1999–2014. All rights reserved.