public static class Saml2RelyingPartyProperties.Identityprovider extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Saml2RelyingPartyProperties.Identityprovider.Singlesignon
Single sign on details for an Identity Provider.
|
static class |
Saml2RelyingPartyProperties.Identityprovider.Verification
Verification details for an Identity Provider.
|
Constructor and Description |
---|
Identityprovider() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityId() |
Saml2RelyingPartyProperties.Identityprovider.Singlesignon |
getSinglesignon() |
String |
getSsoUrl()
Deprecated.
|
Saml2RelyingPartyProperties.Identityprovider.Verification |
getVerification() |
void |
setEntityId(String entityId) |
void |
setSsoUrl(String ssoUrl)
Deprecated.
|
public String getEntityId()
public void setEntityId(String entityId)
@Deprecated @DeprecatedConfigurationProperty(reason="moved to \'singlesignon.url\'") public String getSsoUrl()
@Deprecated public void setSsoUrl(String ssoUrl)
public Saml2RelyingPartyProperties.Identityprovider.Singlesignon getSinglesignon()
public Saml2RelyingPartyProperties.Identityprovider.Verification getVerification()