public class IdpConfiguration extends 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.
TODO LK Rewrite Certificate Handling after we have a proper KeyStore in Granite
Constructor and Description |
---|
IdpConfiguration()
Creates a new instance of IdpConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
getCertificate(KeyStore trustStore) |
String |
getIdpCertAlias() |
String |
getIdpLogoutPostUrl() |
String |
getIdpPostUrl()
Gets the url where saml requests should be sent.
|
void |
setIdpCertAlias(String idpCertAlias)
Sets the alias of the IdP's certificate in the global trust store
|
void |
setIdpLogoutPostUrl(String idpLogoutPostUrl) |
void |
setIdpPostUrl(String idpPostUrl)
Sets the url where saml requests should be sent.
|
public IdpConfiguration()
public void setIdpCertAlias(String idpCertAlias)
idpCertAlias
- String containing the aliaspublic String getIdpCertAlias()
public void setIdpPostUrl(String idpPostUrl)
idpPostUrl
- String containing the url where saml requests should be sent.public void setIdpLogoutPostUrl(String idpLogoutPostUrl)
public String getIdpPostUrl()
public Certificate getCertificate(KeyStore trustStore)
public String getIdpLogoutPostUrl()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"