public class SslServerIdentity<T extends SslServerIdentity<T>> extends Object
Constructor and Description |
---|
SslServerIdentity() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
alias()
The alias of the entry to use from the keystore.
|
T |
alias(String value)
The alias of the entry to use from the keystore.
|
T |
enabledCipherSuite(String value)
The cipher suites that can be enabled on the underlying SSLEngine.
|
List<String> |
enabledCipherSuites()
The cipher suites that can be enabled on the underlying SSLEngine.
|
T |
enabledCipherSuites(List<String> value)
The cipher suites that can be enabled on the underlying SSLEngine.
|
T |
enabledCipherSuites(String... args)
The cipher suites that can be enabled on the underlying SSLEngine.
|
T |
enabledProtocol(String value)
The protocols that can be enabled on the underlying SSLEngine.
|
List<String> |
enabledProtocols()
The protocols that can be enabled on the underlying SSLEngine.
|
T |
enabledProtocols(List<String> value)
The protocols that can be enabled on the underlying SSLEngine.
|
T |
enabledProtocols(String... args)
The protocols that can be enabled on the underlying SSLEngine.
|
String |
generateSelfSignedCertificateHost()
If the keystore does not exist and this attribute is set then a self
signed certificate will be generated for the specified host name.
|
T |
generateSelfSignedCertificateHost(String value)
If the keystore does not exist and this attribute is set then a self
signed certificate will be generated for the specified host name.
|
String |
getKey() |
String |
keyPassword()
The password to obtain the key from the keystore.
|
T |
keyPassword(String value)
The password to obtain the key from the keystore.
|
Map |
keyPasswordCredentialReference()
The reference to credential for the keystore key stored in
CredentialStore under defined alias or clear text password.
|
T |
keyPasswordCredentialReference(Map value)
The reference to credential for the keystore key stored in
CredentialStore under defined alias or clear text password.
|
T |
keyPasswordCredentialReference(String key,
Object value)
The reference to credential for the keystore key stored in
CredentialStore under defined alias or clear text password.
|
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.
|
String |
protocol()
The protocol to use when creating the SSLContext.
|
T |
protocol(String value)
The protocol to use when creating the SSLContext.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String alias()
public List<String> enabledCipherSuites()
public T enabledCipherSuites(List<String> value)
public T enabledCipherSuite(String value)
public T enabledCipherSuites(String... args)
public List<String> enabledProtocols()
public T enabledProtocols(List<String> value)
public T enabledProtocol(String value)
public T enabledProtocols(String... args)
public String generateSelfSignedCertificateHost()
public T generateSelfSignedCertificateHost(String value)
public String keyPassword()
public Map keyPasswordCredentialReference()
public T keyPasswordCredentialReference(Map value)
public T keyPasswordCredentialReference(String key, Object value)
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()
public T keystoreRelativeTo(String value)
public String protocol()
Copyright © 2019 JBoss by Red Hat. All rights reserved.