@Address(value="/subsystem=modcluster/mod-cluster-config=configuration/ssl=configuration") @Implicit public class ConfigurationSsl<T extends ConfigurationSsl<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ConfigurationSsl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
caCertificateFile()
Certificate authority.
|
T |
caCertificateFile(String value)
Certificate authority.
|
String |
caRevocationUrl()
Certificate authority revocation list.
|
T |
caRevocationUrl(String value)
Certificate authority revocation list.
|
String |
certificateKeyFile()
Key file for the certificate.
|
T |
certificateKeyFile(String value)
Key file for the certificate.
|
String |
cipherSuite()
The allowed cipher suite.
|
T |
cipherSuite(String value)
The allowed cipher suite.
|
String |
getKey() |
String |
keyAlias()
The key alias.
|
T |
keyAlias(String value)
The key alias.
|
String |
password()
Password.
|
T |
password(String value)
Password.
|
String |
protocol()
The SSL protocols that are enabled.
|
T |
protocol(String value)
The SSL protocols that are enabled.
|
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="ca-certificate-file") public String caCertificateFile()
@ModelNodeBinding(detypedName="ca-revocation-url") public String caRevocationUrl()
@ModelNodeBinding(detypedName="certificate-key-file") public String certificateKeyFile()
@ModelNodeBinding(detypedName="cipher-suite") public String cipherSuite()
@ModelNodeBinding(detypedName="key-alias") public String keyAlias()
@ModelNodeBinding(detypedName="password") public String password()
@ModelNodeBinding(detypedName="protocol") public String protocol()
Copyright © 2017 JBoss by Red Hat. All rights reserved.