Class AbstractResponseValidationParametersBuilder<T extends AbstractResponseValidationParametersBuilder<T>>

    • Constructor Detail

      • AbstractResponseValidationParametersBuilder

        public AbstractResponseValidationParametersBuilder()
    • Method Detail

      • receiveUrl

        public T receiveUrl​(String receiveUrl)
        Assigns the URL on which the message was received.
        Parameters:
        receiveUrl - the URL
        Returns:
        the builder
      • expectedIssuer

        public T expectedIssuer​(String expectedIssuer)
        Assigns the expected issuer to be used when checking the issuer of an element.
        Parameters:
        expectedIssuer - the issuer entityID
        Returns:
        the builder
      • authnRequest

        public T authnRequest​(AuthnRequest authnRequest)
        Assigns the AuthnRequest that was sent to give the message we are validating.
        Parameters:
        authnRequest - an AuthnRequest message
        Returns:
        the builder
      • authnRequestID

        public T authnRequestID​(String authnRequestID)
        Assigns the ID of the AuthnRequest that was sent to give the message we are validating.
        Parameters:
        authnRequestID - ID
        Returns:
        the builder