public static class Saml2RelyingPartyProperties.AssertingParty extends 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 |
|---|---|
String |
getEntityId() |
String |
getMetadataUri() |
Saml2RelyingPartyProperties.Singlelogout |
getSinglelogout() |
Saml2RelyingPartyProperties.AssertingParty.Singlesignon |
getSinglesignon() |
Saml2RelyingPartyProperties.AssertingParty.Verification |
getVerification() |
void |
setEntityId(String entityId) |
void |
setMetadataUri(String metadataUri) |
public String getEntityId()
public void setEntityId(String entityId)
public String getMetadataUri()
public void setMetadataUri(String metadataUri)
public Saml2RelyingPartyProperties.AssertingParty.Singlesignon getSinglesignon()
public Saml2RelyingPartyProperties.AssertingParty.Verification getVerification()
public Saml2RelyingPartyProperties.Singlelogout getSinglelogout()