public class IdpConfiguration
extends java.lang.Object
This class currently contains a hard coded set of configuration information specific to sitecatalyst post binding, however it should evolve to support a more dynamic IDP metadata based set of configuration information.
Constructor and Description |
---|
IdpConfiguration()
Creates a new instance of IdpConfiguration.
|
Modifier and Type | Method and Description |
---|---|
java.security.cert.Certificate |
getCertificate(java.security.KeyStore trustStore) |
java.lang.String |
getIdpCertAlias() |
java.lang.String |
getIdpLogoutPostUrl() |
java.lang.String |
getIdpPostUrl()
Gets the url where saml requests should be sent.
|
void |
setIdpCertAlias(java.lang.String idpCertAlias)
Sets the alias of the IdP's certificate in the global trust store
|
void |
setIdpLogoutPostUrl(java.lang.String idpLogoutPostUrl) |
void |
setIdpPostUrl(java.lang.String idpPostUrl)
Sets the url where saml requests should be sent.
|
public IdpConfiguration()
public void setIdpCertAlias(java.lang.String idpCertAlias)
idpCertAlias
- String containing the aliaspublic java.lang.String getIdpCertAlias()
public void setIdpPostUrl(java.lang.String idpPostUrl)
idpPostUrl
- String containing the url where saml requests should be sent.public void setIdpLogoutPostUrl(java.lang.String idpLogoutPostUrl)
public java.lang.String getIdpPostUrl()
public java.security.cert.Certificate getCertificate(java.security.KeyStore trustStore)
public java.lang.String getIdpLogoutPostUrl()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"