Interface SAMLMessageEncoder
- All Superinterfaces:
Component,DestructableComponent,InitializableComponent,MessageEncoder
- All Known Implementing Classes:
BaseSAML1MessageEncoder,BaseSAML2MessageEncoder,HTTPArtifactEncoder,HTTPArtifactEncoder,HttpClientRequestSOAP11Encoder,HttpClientRequestSOAP11Encoder,HTTPPostEncoder,HTTPPostEncoder,HTTPPostSimpleSignEncoder,HTTPRedirectDeflateEncoder,HTTPSOAP11Encoder,HTTPSOAP11Encoder
SAML extension to the generic message encoder.
-
Method Summary
Modifier and TypeMethodDescriptionGets the SAML binding URI supported by this encoder.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.encoder.MessageEncoder
encode, prepareContext, setMessageContext
-
Method Details
-
getBindingURI
Gets the SAML binding URI supported by this encoder.- Returns:
- SAML binding URI supported by this encoder
-