public class ClassicJSSE<T extends ClassicJSSE<T>> extends Object
Constructor and Description |
---|
ClassicJSSE() |
Modifier and Type | Method and Description |
---|---|
Map |
additionalProperties()
Additional properties that may be necessary to configure JSSE.
|
T |
additionalProperties(Map value)
Additional properties that may be necessary to configure JSSE.
|
T |
additionalProperty(String key,
Object value)
Additional properties that may be necessary to configure JSSE.
|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
cipherSuites()
Comma separated list of cipher suites to enable on SSLSockets.
|
T |
cipherSuites(String value)
Comma separated list of cipher suites to enable on SSLSockets.
|
String |
clientAlias()
Preferred alias to use when the KeyManager chooses the client alias.
|
T |
clientAlias(String value)
Preferred alias to use when the KeyManager chooses the client alias.
|
Boolean |
clientAuth()
Boolean attribute to indicate if client's certificates should also be
authenticated on the server side.
|
T |
clientAuth(Boolean value)
Boolean attribute to indicate if client's certificates should also be
authenticated on the server side.
|
String |
getKey() |
Map |
keyManager()
JSEE Key Manager factory
|
T |
keyManager(Map value)
JSEE Key Manager factory
|
T |
keyManager(String key,
Object value)
JSEE Key Manager factory
|
Map |
keystore()
Configures a JSSE key store
|
T |
keystore(Map value)
Configures a JSSE key store
|
T |
keystore(String key,
Object value)
Configures a JSSE key store
|
String |
protocols()
Comma separated list of protocols to enable on SSLSockets.
|
T |
protocols(String value)
Comma separated list of protocols to enable on SSLSockets.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
serverAlias()
Preferred alias to use when the KeyManager chooses the server alias.
|
T |
serverAlias(String value)
Preferred alias to use when the KeyManager chooses the server alias.
|
String |
serviceAuthToken()
Token to retrieve PrivateKeys from the KeyStore.
|
T |
serviceAuthToken(String value)
Token to retrieve PrivateKeys from the KeyStore.
|
Map |
trustManager()
JSEE Trust Manager factory
|
T |
trustManager(Map value)
JSEE Trust Manager factory
|
T |
trustManager(String key,
Object value)
JSEE Trust Manager factory
|
Map |
truststore()
Configures a JSSE trust store
|
T |
truststore(Map value)
Configures a JSSE trust store
|
T |
truststore(String key,
Object value)
Configures a JSSE trust store
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Map additionalProperties()
public T additionalProperties(Map value)
public T additionalProperty(String key, Object value)
public String cipherSuites()
public T cipherSuites(String value)
public String clientAlias()
public T clientAlias(String value)
public Boolean clientAuth()
public T clientAuth(Boolean value)
public Map keyManager()
public Map keystore()
public String protocols()
public T protocols(String value)
public String serverAlias()
public T serverAlias(String value)
public String serviceAuthToken()
public T serviceAuthToken(String value)
public Map trustManager()
public Map truststore()
Copyright © 2019 JBoss by Red Hat. All rights reserved.