InboundMessageType
- type of in-bound messageOutboundMessageType
- type of out-bound messagepublic interface ProfileAction<InboundMessageType,OutboundMessageType>
extends net.shibboleth.utilities.java.support.component.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.
|
void execute(@Nonnull ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext)
profileRequestContext
- the current IdP profile request contextCopyright © 2019. All rights reserved.