Class AbstractSaml2AuthenticationRequest

    • Method Detail

      • getRelayState

        public java.lang.String getRelayState()
        Returns the RelayState value, if present in the parameters
        Returns:
        the RelayState value, or null if not available
      • getAuthenticationRequestUri

        public java.lang.String getAuthenticationRequestUri()
        Returns the URI endpoint that this AuthNRequest should be sent to.
        Returns:
        the URI endpoint for this message
      • getBinding

        public abstract Saml2MessageBinding getBinding()
        Returns the binding this AuthNRequest will be sent and encoded with. If Saml2MessageBinding.REDIRECT is used, the DEFLATE encoding will be automatically applied.
        Returns:
        the binding this message will be sent with.