public class DecodeMessage extends AbstractProfileAction
MessageContext.| Modifier and Type | Field and Description |
|---|---|
private MessageDecoder |
decoder
The
MessageDecoder instance used to decode the incoming message. |
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
DecodeMessage(MessageDecoder messageDecoder)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext)
Performs this action.
|
doPostExecute, doPostExecute, doPreExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized@Nonnull private final org.slf4j.Logger log
@Nonnull private final MessageDecoder decoder
MessageDecoder instance used to decode the incoming message.public DecodeMessage(@Nonnull
MessageDecoder messageDecoder)
messageDecoder - the MessageDecoder used for the incoming requestprotected void doExecute(@Nonnull
ProfileRequestContext profileRequestContext)
doExecute in class AbstractProfileActionprofileRequestContext - the current IdP profile request context