Class RelyingPartyRegistration.ProviderDetails.Builder
java.lang.Object
org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.ProviderDetails.Builder
- Enclosing class:
- RelyingPartyRegistration.ProviderDetails
@Deprecated
public static final class RelyingPartyRegistration.ProviderDetails.Builder
extends Object
Deprecated.
Builder for IDP SSO endpoint configuration
- Since:
- 5.3
-
Method Summary
Modifier and TypeMethodDescriptionbinding
(Saml2MessageBinding binding) Deprecated.Sets the message binding to be used when sending an AuthNRequest messagebuild()
Deprecated.Creates an immutable ProviderDetails object representing the configuration for an Identity Provider, IDPDeprecated.Set the asserting party's EntityID.signAuthNRequest
(boolean signAuthNRequest) Deprecated.Set to true if the AuthNRequest message should be signedDeprecated.Sets theSSO URL
for the remote asserting party, the Identity Provider.
-
Method Details
-
entityId
Deprecated.Set the asserting party's EntityID. Equivalent to the value found in the asserting party's <EntityDescriptor EntityID="..."/>- Parameters:
entityId
- the asserting party's EntityID- Returns:
- the
RelyingPartyRegistration.ProviderDetails.Builder
for further configuration - Since:
- 5.4
-
webSsoUrl
Deprecated.Sets theSSO URL
for the remote asserting party, the Identity Provider.- Parameters:
url
- - a URL that accepts authentication requests via REDIRECT or POST bindings- Returns:
- this object
-
signAuthNRequest
Deprecated.Set to true if the AuthNRequest message should be signed- Parameters:
signAuthNRequest
- true if the message should be signed- Returns:
- this object
-
binding
Deprecated.Sets the message binding to be used when sending an AuthNRequest message- Parameters:
binding
- eitherSaml2MessageBinding.POST
orSaml2MessageBinding.REDIRECT
- Returns:
- this object
-
build
Deprecated.Creates an immutable ProviderDetails object representing the configuration for an Identity Provider, IDP- Returns:
- immutable ProviderDetails object
-
RelyingPartyRegistration.AssertingPartyDetails.Builder
instead