InboundMessageType
- type of in-bound messageOutboundMessageType
- type of out-bound messagepublic interface ProfileAction<InboundMessageType,OutboundMessageType> extends InitializableComponent
ProfileRequestContext
.
Actions are expected to interact with the environment, access data,
and produce results using the context tree provided at execution time.
They signal unusual state transitions by attaching an EventContext
to the tree.
Actions may be stateful or stateless, and are therefore not inherently thread-safe.
Modifier and Type | Method and Description |
---|---|
void |
execute(ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext)
Performs this action.
|
initialize, isInitialized
void execute(@Nonnull ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext)
profileRequestContext
- the current IdP profile request contextCopyright © 2016 JBoss by Red Hat. All rights reserved.