public static class Saml2RelyingPartyProperties.AssertingParty
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Saml2RelyingPartyProperties.AssertingParty.Singlesignon
Single sign on details for an Identity Provider.
|
static class |
Saml2RelyingPartyProperties.AssertingParty.Verification
Verification details for an Identity Provider.
|
| Constructor and Description |
|---|
AssertingParty() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityId() |
java.lang.String |
getMetadataUri() |
Saml2RelyingPartyProperties.Singlelogout |
getSinglelogout() |
Saml2RelyingPartyProperties.AssertingParty.Singlesignon |
getSinglesignon() |
Saml2RelyingPartyProperties.AssertingParty.Verification |
getVerification() |
void |
setEntityId(java.lang.String entityId) |
void |
setMetadataUri(java.lang.String metadataUri) |
public java.lang.String getEntityId()
public void setEntityId(java.lang.String entityId)
public java.lang.String getMetadataUri()
public void setMetadataUri(java.lang.String metadataUri)
public Saml2RelyingPartyProperties.AssertingParty.Singlesignon getSinglesignon()
public Saml2RelyingPartyProperties.AssertingParty.Verification getVerification()
public Saml2RelyingPartyProperties.Singlelogout getSinglelogout()