Interface AuthnRequestBuilder

All Known Implementing Classes:
DefaultAuthnRequestBuilder

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

    Modifier and Type
    Method
    Description
    org.opensaml.saml.saml2.core.AuthnRequest
    createAuthnRequest(org.apache.cxf.message.Message message, String issuerId, String assertionConsumerServiceAddress)
    Create a SAML 2.0 Protocol AuthnRequest
  • Method Details

    • createAuthnRequest

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