public class TruststoreAuthentication<T extends TruststoreAuthentication<T>> extends Object
Constructor and Description |
---|
TruststoreAuthentication() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
keystorePassword()
The password to open the keystore.
|
T |
keystorePassword(String value)
The password to open the keystore.
|
Map |
keystorePasswordCredentialReference()
The reference to credential for the keystore password stored in
CredentialStore under defined alias or clear text password.
|
T |
keystorePasswordCredentialReference(Map value)
The reference to credential for the keystore password stored in
CredentialStore under defined alias or clear text password.
|
T |
keystorePasswordCredentialReference(String key,
Object value)
The reference to credential for the keystore password stored in
CredentialStore under defined alias or clear text password.
|
String |
keystorePath()
The path of the keystore, will be ignored if the keystore-provider is
anything other than JKS.
|
T |
keystorePath(String value)
The path of the keystore, will be ignored if the keystore-provider is
anything other than JKS.
|
String |
keystoreProvider()
The provider for loading the keystore, defaults to JKS.
|
T |
keystoreProvider(String value)
The provider for loading the keystore, defaults to JKS.
|
String |
keystoreRelativeTo()
The name of another previously named path, or of one of the standard
paths provided by the system.
|
T |
keystoreRelativeTo(String value)
The name of another previously named path, or of one of the standard
paths provided by the system.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String keystorePassword()
public Map keystorePasswordCredentialReference()
public T keystorePasswordCredentialReference(Map value)
public T keystorePasswordCredentialReference(String key, Object value)
public String keystorePath()
public T keystorePath(String value)
public String keystoreProvider()
public T keystoreProvider(String value)
public String keystoreRelativeTo()
Copyright © 2019 JBoss by Red Hat. All rights reserved.