| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OAUTH_ACCESS_TOKEN
"oauth.access.token"
|
static java.lang.String |
OAUTH_ACCESS_TOKEN_LOCATION
"oauth.access.token.location"
|
static java.lang.String |
OAUTH_CLIENT_ASSERTION
"oauth.client.assertion"
|
static java.lang.String |
OAUTH_CLIENT_ASSERTION_LOCATION
"oauth.client.assertion.location"
|
static java.lang.String |
OAUTH_CLIENT_ASSERTION_TYPE
"oauth.client.assertion.type"
|
static java.lang.String |
OAUTH_MAX_TOKEN_EXPIRY_SECONDS
"oauth.max.token.expiry.seconds"
|
static java.lang.String |
OAUTH_PASSWORD_GRANT_PASSWORD
"oauth.password.grant.password"
|
static java.lang.String |
OAUTH_PASSWORD_GRANT_USERNAME
"oauth.password.grant.username"
|
static java.lang.String |
OAUTH_REFRESH_TOKEN
"oauth.refresh.token"
|
static java.lang.String |
OAUTH_REFRESH_TOKEN_LOCATION
"oauth.refresh.token.location"
|
static java.lang.String |
OAUTH_SASL_EXTENSION_PREFIX
A prefix to use to pass SASL extensions options
|
static java.lang.String |
OAUTH_TOKEN_ENDPOINT_URI
"oauth.token.endpoint.uri"
|
OAUTH_ACCESS_TOKEN_IS_JWT, OAUTH_AUDIENCE, OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET, OAUTH_CONFIG_ID, OAUTH_CONNECT_TIMEOUT_SECONDS, OAUTH_ENABLE_METRICS, OAUTH_FALLBACK_USERNAME_CLAIM, OAUTH_FALLBACK_USERNAME_PREFIX, OAUTH_HTTP_RETRIES, OAUTH_HTTP_RETRY_PAUSE_MILLIS, OAUTH_INCLUDE_ACCEPT_HEADER, OAUTH_READ_TIMEOUT_SECONDS, OAUTH_SCOPE, OAUTH_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM, OAUTH_SSL_SECURE_RANDOM_IMPLEMENTATION, OAUTH_SSL_TRUSTSTORE_CERTIFICATES, OAUTH_SSL_TRUSTSTORE_LOCATION, OAUTH_SSL_TRUSTSTORE_PASSWORD, OAUTH_SSL_TRUSTSTORE_TYPE, OAUTH_TOKENS_NOT_JWT, OAUTH_USERNAME_CLAIM, OAUTH_USERNAME_PREFIX| Constructor and Description |
|---|
ClientConfig()
Create a new instance
|
ClientConfig(java.util.Properties p)
Create a new instance
|
getValue, getValue, getValueAsBoolean, getValueAsInt, getValueAsLong, getValueAsURI, isTrue, toEnvName, validatepublic static final java.lang.String OAUTH_ACCESS_TOKEN
public static final java.lang.String OAUTH_ACCESS_TOKEN_LOCATION
public static final java.lang.String OAUTH_REFRESH_TOKEN
public static final java.lang.String OAUTH_REFRESH_TOKEN_LOCATION
public static final java.lang.String OAUTH_TOKEN_ENDPOINT_URI
public static final java.lang.String OAUTH_MAX_TOKEN_EXPIRY_SECONDS
public static final java.lang.String OAUTH_PASSWORD_GRANT_USERNAME
public static final java.lang.String OAUTH_PASSWORD_GRANT_PASSWORD
public static final java.lang.String OAUTH_CLIENT_ASSERTION
public static final java.lang.String OAUTH_CLIENT_ASSERTION_LOCATION
public static final java.lang.String OAUTH_CLIENT_ASSERTION_TYPE
public static final java.lang.String OAUTH_SASL_EXTENSION_PREFIX
Copyright © 2024. All rights reserved.