Interface HttpServletRequestMessageDecoder
- All Superinterfaces:
Component,DestructableComponent,InitializableComponent,MessageDecoder
- All Known Implementing Classes:
AbstractHttpServletRequestMessageDecoder,BaseHttpServletRequestXMLMessageDecoder,BaseSAMLHttpServletRequestDecoder,HTTPArtifactDecoder,HTTPArtifactDecoder,HTTPPostDecoder,HTTPPostDecoder,HTTPPostSimpleSignDecoder,HTTPRedirectDeflateDecoder,HTTPSOAP11Decoder,HTTPSOAP11Decoder,HTTPSOAP11Decoder
A specialization of
MessageDecoder that operates on a source message data type of HttpServletRequest.-
Method Summary
Modifier and TypeMethodDescriptionGet the HTTP servlet request on which to operate.voidsetHttpServletRequestSupplier(NonnullSupplier<HttpServletRequest> requestSupplier) Set the supplier for the HTTP servlet request on which to operate.Methods inherited from interface net.shibboleth.shared.component.DestructableComponent
destroy, isDestroyedMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitializedMethods inherited from interface org.opensaml.messaging.decoder.MessageDecoder
decode, getMessageContext
-
Method Details
-
getHttpServletRequest
Get the HTTP servlet request on which to operate.- Returns:
- the HTTP servlet request
-