InboundMessageType - type of in-bound messageOutboundMessageType - type of out-bound message@ThreadSafe public class WebFlowProfileActionAdaptor<InboundMessageType,OutboundMessageType> extends AbstractProfileAction<InboundMessageType,OutboundMessageType>
ProfileAction with a Spring Web Flow compatible action implementation
so that it can be executed as part of a flow.| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.profile.action.ProfileAction |
action
A POJO bean being adapted.
|
| Constructor and Description |
|---|
WebFlowProfileActionAdaptor(org.opensaml.profile.action.ProfileAction profileAction)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.opensaml.profile.context.ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext) |
doExecute, execute, getMessage, getMessage, getMessage, getProfileContextLookupStrategy, getRequestContext, getResult, setMessageSource, setProfileContextLookupStrategydoPreExecute, getActivationCondition, setActivationConditiondoExecute, doPostExecute, doPostExecute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, isInitialized@Nonnull private final org.opensaml.profile.action.ProfileAction action
public WebFlowProfileActionAdaptor(@Nonnull org.opensaml.profile.action.ProfileAction profileAction)
profileAction - the POJO bean to adapt to Web Flow use@Nonnull public void execute(@Nonnull org.opensaml.profile.context.ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext)
execute in interface org.opensaml.profile.action.ProfileAction<InboundMessageType,OutboundMessageType>execute in class org.opensaml.profile.action.AbstractProfileAction<InboundMessageType,OutboundMessageType>Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.