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.Decryption |
getDecryption() |
java.lang.String |
getEntityId() |
Saml2RelyingPartyProperties.Identityprovider |
getIdentityprovider() |
Saml2RelyingPartyProperties.Registration.Signing |
getSigning() |
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.Identityprovider getIdentityprovider()