Class RelyingPartyRegistration.ProviderDetails
- java.lang.Object
-
- org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.ProviderDetails
-
- Enclosing class:
- RelyingPartyRegistration
@Deprecated public static final class RelyingPartyRegistration.ProviderDetails extends java.lang.ObjectDeprecated.UseRelyingPartyRegistration.AssertingPartyDetailsinsteadConfiguration for IDP SSO endpoint configuration- Since:
- 5.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelyingPartyRegistration.ProviderDetails.BuilderDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Saml2MessageBindinggetBinding()Deprecated.java.lang.StringgetEntityId()Deprecated.Returns the entity ID of the Identity Providerjava.lang.StringgetWebSsoUrl()Deprecated.Contains the URL for which to send the SAML 2 Authentication Request to initiate a single sign on flow.booleanisSignAuthNRequest()Deprecated.
-
-
-
Method Detail
-
getEntityId
public java.lang.String getEntityId()
Deprecated.Returns the entity ID of the Identity Provider- Returns:
- the entity ID of the IDP
-
getWebSsoUrl
public java.lang.String 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:
trueif AuthNRequests from this relying party to the IDP should be signedfalseif no signature is required.
-
getBinding
public Saml2MessageBinding getBinding()
Deprecated.- Returns:
- the type of SAML 2 Binding the AuthNRequest should be sent on
-
-