| Package | Description |
|---|---|
| net.shibboleth.idp.profile.interceptor |
Classes supporting profile interceptor machinery.
|
| 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<ProfileRequestContext,ProfileInterceptorContext> |
AbstractProfileInterceptorAction.interceptorContextlookupStrategy
Strategy used to find the
ProfileInterceptorContext from the ProfileRequestContext. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractProfileInterceptorAction.doExecute(ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext,
ProfileInterceptorContext interceptorContext)
Performs this profile interceptor action.
|
protected boolean |
AbstractProfileInterceptorAction.doPreExecute(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<ProfileRequestContext,ProfileInterceptorContext> strategy)
Set the context lookup strategy for
ProfileInterceptorContext. |
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.