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 for the truststore.
|
T |
keystorePassword(String value)
The password for the truststore.
|
String |
keystorePath()
=The path of the truststore.
|
T |
keystorePath(String value)
=The path of the truststore.
|
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 String keystoreRelativeTo()
public T keystoreRelativeTo(String value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.