Class HTTPRedirectBinding


  • public class HTTPRedirectBinding
    extends SAMLBinding
    HTTP Redirect Binding
    Since:
    6.0
    • Constructor Detail

      • HTTPRedirectBinding

        public HTTPRedirectBinding()
    • Method Detail

      • getBindingURI

        public String getBindingURI()
        Description copied from class: SAMLBinding
        Returns the URI that identifies this binding.
        Specified by:
        getBindingURI in class SAMLBinding
        Returns:
        the URI
      • supports

        public boolean supports​(org.opensaml.ws.transport.InTransport transport)
        Description copied from class: SAMLBinding
        Checks if this binding can be used to extract the message from the request.
        Specified by:
        supports in class SAMLBinding
        Returns:
        true if this binding supports the transport
      • supports

        public boolean supports​(org.opensaml.ws.transport.OutTransport transport)
        Description copied from class: SAMLBinding
        Checks if this binding can use the given transport to send a message
        Specified by:
        supports in class SAMLBinding
        Returns:
        true if this binding supports the transport
      • buildRedirectURL

        public String buildRedirectURL​(org.opensaml.common.binding.SAMLMessageContext context,
                                       String endpointURL)
                                throws org.opensaml.common.SAMLException
        Throws:
        org.opensaml.common.SAMLException