Class Saml2RedirectAuthenticationRequest.Builder
java.lang.Object
org.springframework.security.saml2.provider.service.authentication.AbstractSaml2AuthenticationRequest.Builder<Saml2RedirectAuthenticationRequest.Builder>
org.springframework.security.saml2.provider.service.authentication.Saml2RedirectAuthenticationRequest.Builder
- Enclosing class:
- Saml2RedirectAuthenticationRequest
public static final class Saml2RedirectAuthenticationRequest.Builder
extends AbstractSaml2AuthenticationRequest.Builder<Saml2RedirectAuthenticationRequest.Builder>
Builder class for a
Saml2RedirectAuthenticationRequest object.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constructs an immutableSaml2RedirectAuthenticationRequestobject.Sets theSigAlgparameter that will accompany this AuthNRequestSets theSignatureparameter that will accompany this AuthNRequestMethods inherited from class org.springframework.security.saml2.provider.service.authentication.AbstractSaml2AuthenticationRequest.Builder
_this, authenticationRequestUri, id, relayState, samlRequest
-
Method Details
-
sigAlg
Sets theSigAlgparameter that will accompany this AuthNRequest- Parameters:
sigAlg- the SigAlg parameter value.- Returns:
- this object
-
signature
Sets theSignatureparameter that will accompany this AuthNRequest- Parameters:
signature- the Signature parameter value.- Returns:
- this object
-
build
Constructs an immutableSaml2RedirectAuthenticationRequestobject.- Returns:
- an immutable
Saml2RedirectAuthenticationRequestobject.
-