Interface KeyStoreConfigurable
Deprecated.
Allows a keystore (and keystorepassword, keypassword) to be
provided to enable MTLS authentication
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetKeyStore(File keystore, String keystorepassword, String keypassword) Deprecated.Sets a keystore containing the collection of client side certificates to use for HTTPS mutual authentication along with password for keystore and password for key
-
Method Details
-
setKeyStore
Deprecated.Sets a keystore containing the collection of client side certificates to use for HTTPS mutual authentication along with password for keystore and password for key- Parameters:
keystore- The keystore on the local filesystemkeystorepassword- The keystore's passwordkeypassword- The key's password
-