public static interface

ConnectorBootstrap.PropertyNames

sun.management.jmxremote.ConnectorBootstrap.PropertyNames

Class Overview

Names of JMX configuration properties.

Constants

public static final String ACCESS_FILE_NAME

Constant Value: "com.sun.management.jmxremote.access.file"

public static final String CONFIG_FILE_NAME

Constant Value: "com.sun.management.config.file"

public static final String LOGIN_CONFIG_NAME

Constant Value: "com.sun.management.jmxremote.login.config"

public static final String PASSWORD_FILE_NAME

Constant Value: "com.sun.management.jmxremote.password.file"

public static final String PORT

Constant Value: "com.sun.management.jmxremote.port"

public static final String SSL_CONFIG_FILE_NAME

Constant Value: "com.sun.management.jmxremote.ssl.config.file"

public static final String SSL_ENABLED_CIPHER_SUITES

Constant Value: "com.sun.management.jmxremote.ssl.enabled.cipher.suites"

public static final String SSL_ENABLED_PROTOCOLS

Constant Value: "com.sun.management.jmxremote.ssl.enabled.protocols"

public static final String SSL_NEED_CLIENT_AUTH

Constant Value: "com.sun.management.jmxremote.ssl.need.client.auth"

public static final String USE_AUTHENTICATION

Constant Value: "com.sun.management.jmxremote.authenticate"

public static final String USE_LOCAL_ONLY

Constant Value: "com.sun.management.jmxremote.local.only"

public static final String USE_REGISTRY_SSL

Constant Value: "com.sun.management.jmxremote.registry.ssl"

public static final String USE_SSL

Constant Value: "com.sun.management.jmxremote.ssl"