Interface SAMLMessageDecoder

  • 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.decoder.MessageDecoder

    public interface SAMLMessageDecoder
    extends org.opensaml.messaging.decoder.MessageDecoder
    SAML extension to the generic message decoders.
    • Method Summary

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

      • getBindingURI

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