Class Saml2AuthenticationRequest
java.lang.Object
org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationRequest
Deprecated.
Data holder for information required to send an
AuthNRequest
from the service
provider to the identity provider
https://www.oasis-open.org/committees/download.php/35711/sstc-saml-core-errata-2.0-wd-06-diff.pdf
(line 2031)- Since:
- 5.2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Deprecated.A builder forSaml2AuthenticationRequest
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.A builder forSaml2AuthenticationRequest
.Deprecated.Returns the desiredAssertionConsumerServiceUrl
that this SP wishes to receive the assertion on.Deprecated.Returns a list of credentials that can be used to sign theAuthNRequest
objectDeprecated.returns the destination, the WEB Single Sign On URI, for this authentication request.Deprecated.returns the issuer, the local SP entity ID, for this authentication request.Deprecated.A builder forSaml2AuthenticationRequest
.
-
Method Details
-
getIssuer
Deprecated.returns the issuer, the local SP entity ID, for this authentication request. This property should be used to populate theAuthNRequest.Issuer
XML element. This value typically is a URI, but can be an arbitrary string.- Returns:
- issuer
-
getDestination
Deprecated.returns the destination, the WEB Single Sign On URI, for this authentication request. This property populates theAuthNRequest#Destination
XML attribute.- Returns:
- destination
-
getAssertionConsumerServiceUrl
Deprecated.Returns the desiredAssertionConsumerServiceUrl
that this SP wishes to receive the assertion on. The IDP may or may not honor this request. This property populates theAuthNRequest#AssertionConsumerServiceURL
XML attribute.- Returns:
- the AssertionConsumerServiceURL value
-
getCredentials
Deprecated.Returns a list of credentials that can be used to sign theAuthNRequest
object- Returns:
- signing credentials
-
builder
Deprecated.A builder forSaml2AuthenticationRequest
.- Returns:
- a
Saml2AuthenticationRequest.Builder
for constructing aSaml2AuthenticationRequest
-
withAuthenticationRequestContext
public static Saml2AuthenticationRequest.Builder withAuthenticationRequestContext(Saml2AuthenticationRequestContext context) Deprecated.A builder forSaml2AuthenticationRequest
.- Parameters:
context
- a context object to copy values from. returns a builder object- Returns:
- a
Saml2AuthenticationRequest.Builder
for constructing aSaml2AuthenticationRequest
-
Saml2AuthenticationRequestContext