Class RelyingPartyRegistration.ProviderDetails
java.lang.Object
org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.ProviderDetails
- Enclosing class:
- RelyingPartyRegistration
Deprecated.
Configuration for IDP SSO endpoint configuration
- Since:
- 5.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Returns the entity ID of the Identity ProviderDeprecated.Contains the URL for which to send the SAML 2 Authentication Request to initiate a single sign on flow.boolean
Deprecated.
-
Method Details
-
getEntityId
Deprecated.Returns the entity ID of the Identity Provider- Returns:
- the entity ID of the IDP
-
getWebSsoUrl
Deprecated.Contains the URL for which to send the SAML 2 Authentication Request to initiate a single sign on flow.- Returns:
- a IDP URL that accepts REDIRECT or POST binding for authentication requests
-
isSignAuthNRequest
public boolean isSignAuthNRequest()Deprecated.- Returns:
true
if AuthNRequests from this relying party to the IDP should be signedfalse
if no signature is required.
-
getBinding
Deprecated.- Returns:
- the type of SAML 2 Binding the AuthNRequest should be sent on
-
RelyingPartyRegistration.AssertingPartyDetails
instead