public class ClientConfig extends Config
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OAUTH_ACCESS_TOKEN |
static java.lang.String |
OAUTH_MAX_TOKEN_EXPIRY_SECONDS |
static java.lang.String |
OAUTH_REFRESH_TOKEN |
static java.lang.String |
OAUTH_TOKEN_ENDPOINT_URI |
OAUTH_ACCESS_TOKEN_IS_JWT, OAUTH_AUDIENCE, OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET, OAUTH_FALLBACK_USERNAME_CLAIM, OAUTH_FALLBACK_USERNAME_PREFIX, 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
Constructor and Description |
---|
ClientConfig() |
ClientConfig(java.util.Properties p) |
getValue, getValue, getValueAsBoolean, getValueAsInt, isTrue, toEnvName, validate
public static final java.lang.String OAUTH_ACCESS_TOKEN
public static final java.lang.String OAUTH_REFRESH_TOKEN
public static final java.lang.String OAUTH_TOKEN_ENDPOINT_URI
public static final java.lang.String OAUTH_MAX_TOKEN_EXPIRY_SECONDS
Copyright © 2021. All rights reserved.