Package org.springframework.security.oauth2.server.authorization.token
package org.springframework.security.oauth2.server.authorization.token
-
ClassDescriptionDefault implementation of
OAuth2TokenContext
.A builder forDefaultOAuth2TokenContext
.AnOAuth2TokenContext
implementation used when encoding aJwt
.A builder forJwtEncodingContext
.AnOAuth2TokenGenerator
that generates anOAuth2RefreshToken
.AClaimAccessor
for the "claims" that may be contained in anOAuth2TokenClaimsSet
.The names of the "claims" that may be contained in anOAuth2TokenClaimsSet
and are associated to anOAuth2Token
.AnOAuth2TokenContext
implementation that provides access to theclaims
of an OAuth 2.0 Token, allowing the ability to customize.A builder forOAuth2TokenClaimsContext
.A representation of a set of claims that are associated to anOAuth2Token
.A builder forOAuth2TokenClaimsSet
.A context that holds information (to be) associated to an OAuth 2.0 Token and is used by anOAuth2TokenGenerator
andOAuth2TokenCustomizer
.OAuth2TokenContext.AbstractBuilder<T extends OAuth2TokenContext,B extends OAuth2TokenContext.AbstractBuilder<T, B>> Base builder for implementations ofOAuth2TokenContext
.OAuth2TokenCustomizer<T extends OAuth2TokenContext>Implementations of this interface are responsible for customizing the OAuth 2.0 Token attributes contained within theOAuth2TokenContext
.OAuth2TokenGenerator<T extends org.springframework.security.oauth2.core.OAuth2Token>Implementations of this interface are responsible for generating anOAuth2Token
using the attributes contained in theOAuth2TokenContext
.