public static final class RelyingPartyRegistration.AssertingPartyDetails
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RelyingPartyRegistration.AssertingPartyDetails.Builder |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Saml2X509Credential> |
getEncryptionX509Credentials()
Get all encryption
Saml2X509Credential s associated with this asserting
party |
java.lang.String |
getEntityId()
Get the asserting party's EntityID.
|
Saml2MessageBinding |
getSingleSignOnServiceBinding()
Get the SingleSignOnService
Binding.
|
java.lang.String |
getSingleSignOnServiceLocation()
Get the SingleSignOnService
Location.
|
java.util.Collection<Saml2X509Credential> |
getVerificationX509Credentials()
Get all verification
Saml2X509Credential s associated with this
asserting party |
boolean |
getWantAuthnRequestsSigned()
Get the WantAuthnRequestsSigned setting, indicating the asserting party's
preference that relying parties should sign the AuthnRequest before sending.
|
public java.lang.String getEntityId()
Equivalent to the value found in the asserting party's <EntityDescriptor EntityID="..."/>
This value may contain a number of placeholders, which need to be resolved
before use. They are baseUrl
, registrationId
,
baseScheme
, baseHost
, and basePort
.
public boolean getWantAuthnRequestsSigned()
public java.util.Collection<Saml2X509Credential> getVerificationX509Credentials()
Saml2X509Credential
s associated with this
asserting partySaml2X509Credential
s associated with this
asserting partypublic java.util.Collection<Saml2X509Credential> getEncryptionX509Credentials()
Saml2X509Credential
s associated with this asserting
partySaml2X509Credential
s associated with this
asserting partypublic java.lang.String getSingleSignOnServiceLocation()
Equivalent to the value found in <SingleSignOnService Location="..."/> in the asserting party's <IDPSSODescriptor>.
public Saml2MessageBinding getSingleSignOnServiceBinding()
Equivalent to the value found in <SingleSignOnService Binding="..."/> in the asserting party's <IDPSSODescriptor>.