public class SAMLConfigImpl extends Object implements SAMLConfig
| Constructor and Description |
|---|
SAMLConfigImpl() |
public IdPConfig getIdPConfig()
getIdPConfig in interface SAMLConfigpublic SPConfig getSPConfig()
getSPConfig in interface SAMLConfigpublic void setIdpConfig(IdPConfig idpConfig)
public SAMLConfigImpl withIdpConfig(IdPConfig idpConfig)
public void setSpConfig(SPConfig spConfig)
public SAMLConfigImpl withSpConfig(SPConfig spConfig)
public File getKeystore()
getKeystore in interface SAMLConfigpublic void setKeystore(File keystore)
public SAMLConfigImpl withKeystore(File keystore)
public char[] getKeystorePassword()
getKeystorePassword in interface SAMLConfigpublic void setKeystorePassword(char[] keystorePassword)
public SAMLConfigImpl withKeystorePassword(char[] keystorePassword)
public void setKeystorePassword(String keystorePassword)
public SAMLConfigImpl withKeystorePassword(String keystorePassword)
public String getCertificateAlias()
getCertificateAlias in interface SAMLConfigpublic void setCertificateAlias(String certificateAlias)
public SAMLConfigImpl withCertificateAlias(String certificateAlias)
public String getKeystoreName()
public void setKeystoreName(String keystoreName)
public SAMLConfigImpl withKeystoreName(String keystoreName)
public String getIdpConfigName()
public void setIdpConfigName(String idpConfigName)
public SAMLConfigImpl withIdpConfigName(String idpConfigName)
public String getSpConfigName()
public void setSpConfigName(String spConfigName)
public SAMLConfigImpl withSpConfigName(String spConfigName)
public SAMLConfigImpl init(Function<String,String> function) throws SAMLException
SAMLExceptionpublic SAMLConfigImpl init() throws SAMLException
SAMLExceptionCopyright © 2015. All rights reserved.