Interface SAMLMessageDecoder
- All Superinterfaces:
Component
,DestructableComponent
,InitializableComponent
,MessageDecoder
- All Known Implementing Classes:
HTTPArtifactDecoder
,HTTPArtifactDecoder
,HttpClientResponseSOAP11Decoder
,HttpClientResponseSOAP11Decoder
,HTTPPostDecoder
,HTTPPostDecoder
,HTTPPostSimpleSignDecoder
,HTTPRedirectDeflateDecoder
,HTTPSOAP11Decoder
,HTTPSOAP11Decoder
SAML extension to the generic message decoders.
-
Method Summary
Modifier and TypeMethodDescriptionGets the SAML binding URI supported by this decoder.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 Details
-
getBindingURI
Gets the SAML binding URI supported by this decoder.- Returns:
- SAML binding URI supported by this decoder
-