public class TruststoreAuthentication<T extends TruststoreAuthentication<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 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.
|
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
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String keystorePassword()
public String keystorePath()
public T keystorePath(String value)
public String keystoreProvider()
public T keystoreProvider(String value)
public String keystoreRelativeTo()
Copyright © 2017 JBoss by Red Hat. All rights reserved.