public class JsseClassic<T extends JsseClassic> extends Object
| Constructor and Description |
|---|
JsseClassic() |
| 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.
|
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
|
Map |
keystore()
Configures a JSSE key store
|
T |
keystore(Map 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.
|
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
|
Map |
truststore()
Configures a JSSE trust store
|
T |
truststore(Map value)
Configures a JSSE trust store
|
public String getKey()
public Map additionalProperties()
public T additionalProperties(Map 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 © 2015 JBoss by Red Hat. All rights reserved.