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 ProfileAction |
action
A POJO bean being adapted.
|
| Constructor and Description |
|---|
WebFlowProfileActionAdaptor(ProfileAction profileAction)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(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 ProfileAction action
public WebFlowProfileActionAdaptor(@Nonnull ProfileAction profileAction)
profileAction - the POJO bean to adapt to Web Flow use@Nonnull public void execute(@Nonnull ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext)
execute in interface ProfileAction<InboundMessageType,OutboundMessageType>execute in class AbstractProfileAction<InboundMessageType,OutboundMessageType>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.