Class IdpClientCertificateAuthConfigImpl
java.lang.Object
org.projecthusky.xua.communication.config.impl.AbstractClientConfig
org.projecthusky.xua.communication.config.impl.IdpClientCertificateAuthConfigImpl
- All Implemented Interfaces:
ClientConfig
,IdpClientConfig
public class IdpClientCertificateAuthConfigImpl
extends AbstractClientConfig
implements IdpClientConfig
Implementation class of Interface IdpClientCertificateAuthConfigImpl
Implementations Klasse von Interface IdpClientCertificateAuthConfigImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to getchar[]
Method to getvoid
setClientKeyStore
(KeyStore clientKeyStore) Method to setvoid
setClientKeyStorePassword
(String aPassword) Method to setMethods inherited from class org.projecthusky.xua.communication.config.impl.AbstractClientConfig
getUrl, setUrl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.projecthusky.xua.communication.config.ClientConfig
getUrl, setUrl
-
Constructor Details
-
IdpClientCertificateAuthConfigImpl
protected IdpClientCertificateAuthConfigImpl()Default constructor
-
-
Method Details
-
getClientKeyStore
Method to get- Returns:
- clientKeyStore the client key store
-
getClientKeyStorePassword
public char[] getClientKeyStorePassword()Method to get- Returns:
- clientKeyStorePassword the client key store password
-
setClientKeyStore
Method to set- Parameters:
clientKeyStore
- the client key store
-
setClientKeyStorePassword
Method to set- Parameters:
aPassword
- the client key store password
-