Class Saml2AuthenticationRequestContext

java.lang.Object
org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationRequestContext

@Deprecated public class Saml2AuthenticationRequestContext extends Object
Deprecated.
Data holder for information required to create an AuthNRequest to be sent from the service provider to the identity provider Assertions and Protocols for SAML 2 (line 2031)
Since:
5.3
See Also:
  • Constructor Details

    • Saml2AuthenticationRequestContext

      protected Saml2AuthenticationRequestContext(RelyingPartyRegistration relyingPartyRegistration, String issuer, String assertionConsumerServiceUrl, String relayState)
      Deprecated.
  • Method Details

    • getRelyingPartyRegistration

      public RelyingPartyRegistration getRelyingPartyRegistration()
      Deprecated.
      Returns the RelyingPartyRegistration configuration for which the AuthNRequest is intended for.
      Returns:
      the RelyingPartyRegistration configuration
    • getIssuer

      public String getIssuer()
      Deprecated.
      Returns the Issuer value to be used in the AuthNRequest object. This property should be used to populate the AuthNRequest.Issuer XML element. This value typically is a URI, but can be an arbitrary string.
      Returns:
      the Issuer value
    • getAssertionConsumerServiceUrl

      public String getAssertionConsumerServiceUrl()
      Deprecated.
      Returns the desired AssertionConsumerServiceUrl that this SP wishes to receive the assertion on. The IDP may or may not honor this request. This property populates the AuthNRequest.AssertionConsumerServiceURL XML attribute.
      Returns:
      the AssertionConsumerServiceURL value
    • getRelayState

      public String getRelayState()
      Deprecated.
      Returns the RelayState value, if present in the parameters
      Returns:
      the RelayState value, or null if not available
    • getDestination

      public String getDestination()
      Deprecated.
      Returns the Destination, the WEB Single Sign On URI, for this authentication request. This property can also populate the AuthNRequest.Destination XML attribute.
      Returns:
      the Destination value
    • builder

      Deprecated.
      Returns:
      a builder object