public static class Saml2RelyingPartyProperties.Registration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Saml2RelyingPartyProperties.Registration.Acs |
static class |
Saml2RelyingPartyProperties.Registration.Signing |
| Constructor and Description |
|---|
Registration() |
| Modifier and Type | Method and Description |
|---|---|
Saml2RelyingPartyProperties.Registration.Acs |
getAcs() |
Saml2RelyingPartyProperties.AssertingParty |
getAssertingparty() |
Saml2RelyingPartyProperties.Decryption |
getDecryption() |
java.lang.String |
getEntityId() |
Saml2RelyingPartyProperties.AssertingParty |
getIdentityprovider()
Deprecated.
|
Saml2RelyingPartyProperties.Registration.Signing |
getSigning() |
Saml2RelyingPartyProperties.Singlelogout |
getSinglelogout() |
void |
setEntityId(java.lang.String entityId) |
public java.lang.String getEntityId()
public void setEntityId(java.lang.String entityId)
public Saml2RelyingPartyProperties.Registration.Acs getAcs()
public Saml2RelyingPartyProperties.Registration.Signing getSigning()
public Saml2RelyingPartyProperties.Decryption getDecryption()
public Saml2RelyingPartyProperties.AssertingParty getAssertingparty()
@Deprecated public Saml2RelyingPartyProperties.AssertingParty getIdentityprovider()
getAssertingparty()public Saml2RelyingPartyProperties.Singlelogout getSinglelogout()