@Address(value="/core-service=management/access=audit/syslog-handler=*/protocol=tls/authentication=client-certificate-store") @Implicit public class ClientCertificateStoreAuthentication<T extends ClientCertificateStoreAuthentication<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ClientCertificateStoreAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
keyPassword()
The password for the keystore key.
|
T |
keyPassword(String value)
The password for the keystore key.
|
String |
keystorePassword()
The password for the keystore.
|
T |
keystorePassword(String value)
The password for the keystore.
|
String |
keystorePath()
=The path of the keystore.
|
T |
keystorePath(String value)
=The path of the keystore.
|
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 ClientCertificateStoreAuthentication()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="key-password") public String keyPassword()
@ModelNodeBinding(detypedName="keystore-password") public String keystorePassword()
@ModelNodeBinding(detypedName="keystore-path") public String keystorePath()
@ModelNodeBinding(detypedName="keystore-relative-to") public String keystoreRelativeTo()
public T keystoreRelativeTo(String value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.