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 Details

    • IdpClientCertificateAuthConfigImpl

      protected IdpClientCertificateAuthConfigImpl()
      Default constructor
  • Method Details

    • getClientKeyStore

      public KeyStore 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

      public void setClientKeyStore(KeyStore clientKeyStore)
      Method to set
      Parameters:
      clientKeyStore - the client key store
    • setClientKeyStorePassword

      public void setClientKeyStorePassword(String aPassword)
      Method to set
      Parameters:
      aPassword - the client key store password