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.MessageEncoder
    SAML extension to the generic message encoder.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBindingURI()
      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
    • Method Detail

      • getBindingURI

        @Nonnull
        @NotEmpty
        String getBindingURI()
        Gets the SAML binding URI supported by this encoder.
        Returns:
        SAML binding URI supported by this encoder