MessageType - the message type of the message context on which to operatepublic interface HttpServletRequestMessageDecoder<MessageType> extends MessageDecoder<MessageType>
MessageDecoder that operates on a source message data type of HttpServletRequest.| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpServletRequest |
getHttpServletRequest()
Get the HTTP servlet request on which to operate.
|
void |
setHttpServletRequest(javax.servlet.http.HttpServletRequest request)
Set the HTTP servlet request on which to operate.
|
decode, getMessageContextinitialize, isInitializeddestroy, isDestroyed@Nullable javax.servlet.http.HttpServletRequest getHttpServletRequest()
void setHttpServletRequest(@Nullable javax.servlet.http.HttpServletRequest request)
request - the HTTP servlet requestCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.