public static final class RelyingPartyRegistration.ProviderDetails
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RelyingPartyRegistration.ProviderDetails.Builder
Builder for IDP SSO endpoint configuration
|
Modifier and Type | Method and Description |
---|---|
Saml2MessageBinding |
getBinding() |
java.lang.String |
getEntityId()
Returns the entity ID of the Identity Provider
|
java.lang.String |
getWebSsoUrl()
Contains the URL for which to send the SAML 2 Authentication Request to initiate
a single sign on flow.
|
boolean |
isSignAuthNRequest() |
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()