public static final String |
AUTHENTICATION_METHOD_BASIC |
"BASIC" |
public static final String |
AUTHENTICATION_METHOD_CONFIG |
"authentication.method" |
public static final String |
AUTHENTICATION_METHOD_DIGEST |
"DIGEST" |
public static final String |
AUTHENTICATION_METHOD_DOC |
"Method of authentication. Must be BASIC or DIGEST to enable authentication. For BASIC or DIGEST, you must supply a valid JAAS config file for the \'java.security.auth.login.config\' system property for the appropriate authentication provider." |
public static final String |
AUTHENTICATION_METHOD_NONE |
"NONE" |
public static final String |
AUTHENTICATION_REALM_CONFIG |
"authentication.realm" |
public static final String |
AUTHENTICATION_REALM_DOC |
"Security realm to be used in authentication." |
public static final String |
AUTHENTICATION_ROLES_CONFIG |
"authentication.roles" |
public static final String |
AUTHENTICATION_ROLES_DOC |
"Valid roles to authenticate against." |
public static final String |
CLUSTER_GROUP_ID_CONFIG |
"cluster.group.id" |
public static final String |
CLUSTER_GROUP_ID_DEFAULT |
"kareldb" |
public static final String |
CLUSTER_GROUP_ID_DOC |
"The group ID used for leader election." |
public static final String |
HOST_NAME_CONFIG |
"host.name" |
public static final String |
HOST_NAME_DOC |
"The host name used in leader election. Make sure to set this if running with multiple nodes." |
public static final String |
LEADER_ELIGIBILITY_CONFIG |
"leader.eligibility" |
public static final boolean |
LEADER_ELIGIBILITY_DEFAULT |
true |
public static final String |
LEADER_ELIGIBILITY_DOC |
"If true, this node can participate in leader election. In a multi-colo setup, turn this off for clusters in the replica data center." |
public static final String |
LISTENERS_CONFIG |
"listeners" |
public static final String |
LISTENERS_DEFAULT |
"http://0.0.0.0:8765" |
public static final String |
LISTENERS_DOC |
"List of listeners. http and https are supported. Each listener must include the protocol, hostname, and port. For example: http://myhost:8080, https://0.0.0.0:8081" |
public static final String |
SSL_CIPHER_SUITES_CONFIG |
"ssl.cipher.suites" |
public static final String |
SSL_CIPHER_SUITES_DEFAULT |
"" |
public static final String |
SSL_CIPHER_SUITES_DOC |
"A list of SSL cipher suites. Leave blank to use Jetty\'s defaults." |
public static final String |
SSL_CLIENT_AUTHENTICATION_CONFIG |
"ssl.client.authentication" |
public static final String |
SSL_CLIENT_AUTHENTICATION_DOC |
"SSL mutual auth. Set to NONE to disable SSL client authentication, set to REQUESTED to request but not require SSL client authentication, and set to REQUIRED to require SSL client authentication." |
public static final String |
SSL_CLIENT_AUTHENTICATION_NONE |
"NONE" |
public static final String |
SSL_CLIENT_AUTHENTICATION_REQUESTED |
"REQUESTED" |
public static final String |
SSL_CLIENT_AUTHENTICATION_REQUIRED |
"REQUIRED" |
public static final String |
SSL_ENABLED_PROTOCOLS_CONFIG |
"ssl.enabled.protocols" |
public static final String |
SSL_ENABLED_PROTOCOLS_DEFAULT |
"" |
public static final String |
SSL_ENABLED_PROTOCOLS_DOC |
"The list of protocols enabled for SSL connections. Comma-separated list. Leave blank to use Jetty\'s defaults." |
public static final String |
SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG |
"ssl.endpoint.identification.algorithm" |
public static final String |
SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_DOC |
"The endpoint identification algorithm to validate the server hostname using the server certificate." |
public static final String |
SSL_KEY_PASSWORD_CONFIG |
"ssl.key.password" |
public static final String |
SSL_KEY_PASSWORD_DEFAULT |
"" |
public static final String |
SSL_KEY_PASSWORD_DOC |
"The password of the private key in the keystore file." |
public static final String |
SSL_KEYMANAGER_ALGORITHM_CONFIG |
"ssl.keymanager.algorithm" |
public static final String |
SSL_KEYMANAGER_ALGORITHM_DEFAULT |
"" |
public static final String |
SSL_KEYMANAGER_ALGORITHM_DOC |
"The algorithm used by the key manager factory for SSL connections. Leave blank to use Jetty\'s default." |
public static final String |
SSL_KEYSTORE_LOCATION_CONFIG |
"ssl.keystore.location" |
public static final String |
SSL_KEYSTORE_LOCATION_DEFAULT |
"" |
public static final String |
SSL_KEYSTORE_LOCATION_DOC |
"Location of the keystore file to use for SSL. This is required for HTTPS." |
public static final String |
SSL_KEYSTORE_PASSWORD_CONFIG |
"ssl.keystore.password" |
public static final String |
SSL_KEYSTORE_PASSWORD_DEFAULT |
"" |
public static final String |
SSL_KEYSTORE_PASSWORD_DOC |
"The store password for the keystore file." |
public static final String |
SSL_KEYSTORE_TYPE_CONFIG |
"ssl.keystore.type" |
public static final String |
SSL_KEYSTORE_TYPE_DEFAULT |
"JKS" |
public static final String |
SSL_KEYSTORE_TYPE_DOC |
"The type of keystore file." |
public static final String |
SSL_PROTOCOL_CONFIG |
"ssl.protocol" |
public static final String |
SSL_PROTOCOL_DEFAULT |
"TLS" |
public static final String |
SSL_PROTOCOL_DOC |
"The SSL protocol used to generate the SslContextFactory." |
public static final String |
SSL_PROVIDER_CONFIG |
"ssl.provider" |
public static final String |
SSL_PROVIDER_DEFAULT |
"" |
public static final String |
SSL_PROVIDER_DOC |
"The SSL security provider name. Leave blank to use Jetty\'s default." |
public static final String |
SSL_TRUSTMANAGER_ALGORITHM_CONFIG |
"ssl.trustmanager.algorithm" |
public static final String |
SSL_TRUSTMANAGER_ALGORITHM_DEFAULT |
"" |
public static final String |
SSL_TRUSTMANAGER_ALGORITHM_DOC |
"The algorithm used by the trust manager factory for SSL connections. Leave blank to use Jetty\'s default." |
public static final String |
SSL_TRUSTSTORE_LOCATION_CONFIG |
"ssl.truststore.location" |
public static final String |
SSL_TRUSTSTORE_LOCATION_DEFAULT |
"" |
public static final String |
SSL_TRUSTSTORE_LOCATION_DOC |
"Location of the trust store. Required only to authenticate HTTPS clients." |
public static final String |
SSL_TRUSTSTORE_PASSWORD_CONFIG |
"ssl.truststore.password" |
public static final String |
SSL_TRUSTSTORE_PASSWORD_DEFAULT |
"" |
public static final String |
SSL_TRUSTSTORE_PASSWORD_DOC |
"The store password for the trust store file." |
public static final String |
SSL_TRUSTSTORE_TYPE_CONFIG |
"ssl.truststore.type" |
public static final String |
SSL_TRUSTSTORE_TYPE_DEFAULT |
"JKS" |
public static final String |
SSL_TRUSTSTORE_TYPE_DOC |
"The type of trust store file." |