public static final class ConfigurationSettingNames.Provider
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHORIZATION_ENDPOINT
Set the Provider's OAuth 2.0 Authorization endpoint.
|
static java.lang.String |
ISSUER
Set the URL the Provider uses as its Issuer Identifier.
|
static java.lang.String |
JWK_SET_ENDPOINT
Set the Provider's JWK Set endpoint.
|
static java.lang.String |
OIDC_CLIENT_REGISTRATION_ENDPOINT
Set the Provider's OpenID Connect 1.0 Client Registration endpoint.
|
static java.lang.String |
OIDC_USER_INFO_ENDPOINT
Set the Provider's OpenID Connect 1.0 UserInfo endpoint.
|
static java.lang.String |
TOKEN_ENDPOINT
Set the Provider's OAuth 2.0 Token endpoint.
|
static java.lang.String |
TOKEN_INTROSPECTION_ENDPOINT
Set the Provider's OAuth 2.0 Token Introspection endpoint.
|
static java.lang.String |
TOKEN_REVOCATION_ENDPOINT
Set the Provider's OAuth 2.0 Token Revocation endpoint.
|
public static final java.lang.String ISSUER
public static final java.lang.String AUTHORIZATION_ENDPOINT
public static final java.lang.String TOKEN_ENDPOINT
public static final java.lang.String JWK_SET_ENDPOINT
public static final java.lang.String TOKEN_REVOCATION_ENDPOINT
public static final java.lang.String TOKEN_INTROSPECTION_ENDPOINT
public static final java.lang.String OIDC_CLIENT_REGISTRATION_ENDPOINT
public static final java.lang.String OIDC_USER_INFO_ENDPOINT