public final class DefaultOAuth2TokenContext extends java.lang.Object implements OAuth2TokenContext
OAuth2TokenContext.OAuth2TokenContext| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultOAuth2TokenContext.Builder
A builder for
DefaultOAuth2TokenContext. |
OAuth2TokenContext.AbstractBuilder<T extends OAuth2TokenContext,B extends OAuth2TokenContext.AbstractBuilder<T,B>>| Modifier and Type | Method and Description |
|---|---|
static DefaultOAuth2TokenContext.Builder |
builder()
Returns a new
DefaultOAuth2TokenContext.Builder. |
<V> V |
get(java.lang.Object key)
Returns the value of the attribute associated to the key.
|
boolean |
hasKey(java.lang.Object key)
Returns
true if an attribute associated to the key exists, false otherwise. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthorization, getAuthorizationGrant, getAuthorizationGrantType, getAuthorizedScopes, getPrincipal, getProviderContext, getRegisteredClient, getTokenType@Nullable public <V> V get(java.lang.Object key)
Contextpublic boolean hasKey(java.lang.Object key)
Contexttrue if an attribute associated to the key exists, false otherwise.public static DefaultOAuth2TokenContext.Builder builder()
DefaultOAuth2TokenContext.Builder.DefaultOAuth2TokenContext.Builder