Interface SAMLMessageEncoder
-
- All Superinterfaces:
net.shibboleth.utilities.java.support.component.Component,net.shibboleth.utilities.java.support.component.DestructableComponent,net.shibboleth.utilities.java.support.component.InitializableComponent,org.opensaml.messaging.encoder.MessageEncoder
public interface SAMLMessageEncoder extends org.opensaml.messaging.encoder.MessageEncoderSAML 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
-
-
-
-
Method Detail
-
getBindingURI
@Nonnull @NotEmpty String getBindingURI()
Gets the SAML binding URI supported by this encoder.- Returns:
- SAML binding URI supported by this encoder
-
-