Class Saml2RedirectAuthenticationRequest.Builder

    • Method Detail

      • sigAlg

        public Saml2RedirectAuthenticationRequest.Builder sigAlg​(java.lang.String sigAlg)
        Sets the SigAlg parameter that will accompany this AuthNRequest
        Parameters:
        sigAlg - the SigAlg parameter value.
        Returns:
        this object
      • signature

        public Saml2RedirectAuthenticationRequest.Builder signature​(java.lang.String signature)
        Sets the Signature parameter that will accompany this AuthNRequest
        Parameters:
        signature - the Signature parameter value.
        Returns:
        this object
      • _this

        protected final T _this()
        Casting the return as the generic subtype, when returning itself
        Returns:
        this object
      • relayState

        public T relayState​(java.lang.String relayState)
        Sets the RelayState parameter that will accompany this AuthNRequest
        Parameters:
        relayState - the relay state value, unencoded. if null or empty, the parameter will be removed from the map.
        Returns:
        this object
      • samlRequest

        public T samlRequest​(java.lang.String samlRequest)
        Sets the SAMLRequest parameter that will accompany this AuthNRequest
        Parameters:
        samlRequest - the SAMLRequest parameter.
        Returns:
        this object
      • authenticationRequestUri

        public T authenticationRequestUri​(java.lang.String authenticationRequestUri)
        Sets the authenticationRequestUri, a URL that will receive the AuthNRequest message
        Parameters:
        authenticationRequestUri - the relay state value, unencoded.
        Returns:
        this object