Interface AuthnRequestBuilder

  • All Known Implementing Classes:
    DefaultAuthnRequestBuilder

    public interface AuthnRequestBuilder
    This interface defines a method to create a SAML 2.0 Protocol AuthnRequest.
    • Method Detail

      • createAuthnRequest

        org.opensaml.saml.saml2.core.AuthnRequest createAuthnRequest​(Message message,
                                                                     String issuerId,
                                                                     String assertionConsumerServiceAddress)
                                                              throws Exception
        Create a SAML 2.0 Protocol AuthnRequest
        Throws:
        Exception