RelyingPartyRegistration.AssertingPartyDetails
instead@Deprecated
public static final class RelyingPartyRegistration.ProviderDetails
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RelyingPartyRegistration.ProviderDetails.Builder
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Saml2MessageBinding |
getBinding()
Deprecated.
|
java.lang.String |
getEntityId()
Deprecated.
Returns the entity ID of the Identity Provider
|
java.lang.String |
getWebSsoUrl()
Deprecated.
Contains the URL for which to send the SAML 2 Authentication Request to
initiate a single sign on flow.
|
boolean |
isSignAuthNRequest()
Deprecated.
|
public java.lang.String getEntityId()
public java.lang.String getWebSsoUrl()
public boolean isSignAuthNRequest()
true
if AuthNRequests from this relying party to the IDP should
be signed false
if no signature is required.public Saml2MessageBinding getBinding()