public class SSOAgentConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SSOAgentConfig.SAML2 |
| Constructor and Description |
|---|
SSOAgentConfig() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnableHostNameVerification() |
Boolean |
getEnableSSLVerification() |
String |
getErrorPage() |
String |
getIdPPublicCertAlias() |
String |
getIndexPage() |
KeyStore |
getKeyStore() |
String |
getKeyStorePassword() |
String |
getPrivateKeyAlias() |
String |
getPrivateKeyPassword() |
Map<String,String[]> |
getQueryParams() |
String |
getRequestQueryParameters() |
SSOAgentConfig.SAML2 |
getSAML2() |
String |
getSAML2SSOURL() |
Set<String> |
getSkipURIs() |
void |
initConfig(Properties properties) |
Boolean |
isSAML2SSOLoginEnabled() |
void |
setErrorPage(String errorPage) |
void |
setIndexPage(String indexPage) |
void |
setKeyStore(KeyStore keyStore) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setKeyStoreStream(InputStream keyStoreStream) |
void |
setQueryParams(Map<String,String[]> queryParams) |
void |
setSAML2SSOLoginEnabled(Boolean isSAML2SSOLoginEnabled) |
void |
setSAML2SSOURL(String saml2SSOURL) |
void |
setSkipURIs(Set<String> skipURIs) |
void |
verifyConfig() |
public Boolean getEnableHostNameVerification()
public Boolean getEnableSSLVerification()
public String getRequestQueryParameters()
public Boolean isSAML2SSOLoginEnabled()
public String getSAML2SSOURL()
public void setSAML2SSOURL(String saml2SSOURL)
public String getIndexPage()
public void setIndexPage(String indexPage)
public String getErrorPage()
public void setErrorPage(String errorPage)
public SSOAgentConfig.SAML2 getSAML2()
public void setSAML2SSOLoginEnabled(Boolean isSAML2SSOLoginEnabled)
public void setKeyStoreStream(InputStream keyStoreStream)
public String getPrivateKeyPassword()
public String getPrivateKeyAlias()
public String getIdPPublicCertAlias()
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public KeyStore getKeyStore() throws SSOAgentException
SSOAgentExceptionpublic void setKeyStore(KeyStore keyStore)
public void initConfig(Properties properties) throws SSOAgentException
SSOAgentExceptionpublic void verifyConfig()
throws SSOAgentException
SSOAgentExceptionCopyright © 2021 WSO2. All rights reserved.