public class ServerConfig extends Config
| Modifier and Type | Field and Description |
|---|---|
static String |
OAUTH_CHECK_ACCESS_TOKEN_TYPE |
static String |
OAUTH_CHECK_ISSUER |
static String |
OAUTH_CRYPTO_PROVIDER_BOUNCYCASTLE |
static String |
OAUTH_CRYPTO_PROVIDER_BOUNCYCASTLE_POSITION |
static String |
OAUTH_INTROSPECTION_ENDPOINT_URI |
static String |
OAUTH_JWKS_ENDPOINT_URI |
static String |
OAUTH_JWKS_EXPIRY_SECONDS |
static String |
OAUTH_JWKS_REFRESH_SECONDS |
static String |
OAUTH_USERINFO_ENDPOINT_URI |
static String |
OAUTH_VALID_ISSUER_URI |
static String |
OAUTH_VALID_TOKEN_TYPE |
static String |
OAUTH_VALIDATION_SKIP_TYPE_CHECK
Deprecated.
|
OAUTH_ACCESS_TOKEN_IS_JWT, 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_LOCATION, OAUTH_SSL_TRUSTSTORE_PASSWORD, OAUTH_SSL_TRUSTSTORE_TYPE, OAUTH_TOKENS_NOT_JWT, OAUTH_USERNAME_CLAIM| Constructor and Description |
|---|
ServerConfig() |
ServerConfig(Properties p) |
public static final String OAUTH_JWKS_ENDPOINT_URI
public static final String OAUTH_JWKS_EXPIRY_SECONDS
public static final String OAUTH_JWKS_REFRESH_SECONDS
public static final String OAUTH_VALID_ISSUER_URI
public static final String OAUTH_INTROSPECTION_ENDPOINT_URI
public static final String OAUTH_USERINFO_ENDPOINT_URI
public static final String OAUTH_CHECK_ACCESS_TOKEN_TYPE
public static final String OAUTH_CHECK_ISSUER
public static final String OAUTH_CRYPTO_PROVIDER_BOUNCYCASTLE
public static final String OAUTH_CRYPTO_PROVIDER_BOUNCYCASTLE_POSITION
public static final String OAUTH_VALID_TOKEN_TYPE
@Deprecated public static final String OAUTH_VALIDATION_SKIP_TYPE_CHECK
public ServerConfig()
public ServerConfig(Properties p)
Copyright © 2020. All rights reserved.