JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

TLS Configuration

List of MBean attributes:

Name Type Access Value Description
EnabledProtocols java.lang.String RW Comma separated list of protocol versions enabled for use on this connection. See SupportedProtocols for possible values. Default: TLSv1,SSLv3
SupportedProtocols java.lang.String R TLSv1.3,TLSv1.2,TLSv1.1,TLSv1,SSLv3,SSLv2Hello Supported protocol versions by the used SSL provider. Defines possible values for EnabledProtocols.
NeedClientAuthentication boolean RW True False Set to true if client authentication is required, or false if no client authentication is desired.
KeyStoreURL java.lang.String RW URL of key store containing key used in SSL handshake, when running in TLS mode.
KeyStorePassword java.lang.String W The password for access to key store, specified by attribute KeyStoreURL.
TrustStoreURL java.lang.String RW URL of trust store containing accepted certificates, when running in TLS mode.
TrustStorePassword java.lang.String W The password for access to trust store, specified by attribute TrustStoreURL.
Name java.lang.String R TLSConfigService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation

org.dcm4che.util.HandshakeFailedListener handshakeFailedListener()

Used internally


javax.net.ssl.HandshakeCompletedListener handshakeCompletedListener()

Used internally


javax.net.ServerSocketFactory serverSocketFactory()

Used internally

Param ParamType ParamValue ParamDescription
cipherSuites [Ljava.lang.String; (no description)

javax.net.SocketFactory socketFactory()

Used internally

Param ParamType ParamValue ParamDescription
cipherSuites [Ljava.lang.String; (no description)

void startHandshake()

Used internally

Param ParamType ParamValue ParamDescription
sock java.net.Socket (no description)