Interface AuthnRequestBuilder
-
- All Known Implementing Classes:
DefaultAuthnRequestBuilder
public interface AuthnRequestBuilderThis interface defines a method to create a SAML 2.0 Protocol AuthnRequest.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opensaml.saml.saml2.core.AuthnRequestcreateAuthnRequest(Message message, String issuerId, String assertionConsumerServiceAddress)Create a SAML 2.0 Protocol AuthnRequest
-