Class HTTPPostSimpleSignDecoder
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- org.opensaml.messaging.decoder.AbstractMessageDecoder
-
- org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
-
- org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
-
- org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
-
- org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostSimpleSignDecoder
-
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent,UnmodifiableComponent,MessageDecoder,HttpServletRequestMessageDecoder,SAMLMessageDecoder
public class HTTPPostSimpleSignDecoder extends HTTPPostDecoder
Message decoder implementing the SAML 2.0 HTTP POST-SimpleSign binding.
-
-
Constructor Summary
Constructors Constructor Description HTTPPostSimpleSignDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindingURI()Gets the SAML binding URI supported by this decoder.protected voidpopulateBindingContext(MessageContext messageContext)Populate the context which carries information specific to this binding.-
Methods inherited from class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
doDecode, getBase64DecodedMessage, getBindingDescriptor, setBindingDescriptor
-
Methods inherited from class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
decode, doDestroy, doInitialize, getMessageToLog, getParserPool, logDecodedMessage, setParserPool, unmarshallMessage, validateHttpRequest
-
Methods inherited from class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
getHttpServletRequest, getHttpServletRequestSupplier, setHttpServletRequest, setHttpServletRequestSupplier
-
Methods inherited from class org.opensaml.messaging.decoder.AbstractMessageDecoder
getMessageContext, setMessageContext
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, initialize, isDestroyed, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.DestructableComponent
destroy, isDestroyed
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
-
Methods inherited from interface org.opensaml.messaging.decoder.MessageDecoder
decode, getMessageContext
-
-
-
-
Method Detail
-
getBindingURI
@Nonnull @NotEmpty public String getBindingURI()
Gets the SAML binding URI supported by this decoder.- Specified by:
getBindingURIin interfaceSAMLMessageDecoder- Overrides:
getBindingURIin classHTTPPostDecoder- Returns:
- SAML binding URI supported by this decoder
-
populateBindingContext
protected void populateBindingContext(MessageContext messageContext)
Populate the context which carries information specific to this binding.- Overrides:
populateBindingContextin classHTTPPostDecoder- Parameters:
messageContext- the current message context
-
-