Interface SAMLMessageEncoder
-
- All Superinterfaces:
Component,DestructableComponent,InitializableComponent,MessageEncoder
public interface SAMLMessageEncoder extends MessageEncoder
SAML extension to the generic message encoder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBindingURI()Gets the SAML binding URI supported by this encoder.-
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.encoder.MessageEncoder
encode, prepareContext, setMessageContext
-
-