Package org.springframework.security.oauth2.server.authorization.token
package org.springframework.security.oauth2.server.authorization.token
-
ClassDescriptionDefault implementation of
OAuth2TokenContext.A builder forDefaultOAuth2TokenContext.AnOAuth2TokenContextimplementation used when encoding aJwt.A builder forJwtEncodingContext.AnOAuth2TokenGeneratorthat generates anOAuth2RefreshToken.AClaimAccessorfor the "claims" that may be contained in anOAuth2TokenClaimsSet.The names of the "claims" that may be contained in anOAuth2TokenClaimsSetand are associated to anOAuth2Token.AnOAuth2TokenContextimplementation that provides access to theclaimsof 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 anOAuth2TokenGeneratorandOAuth2TokenCustomizer.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 anOAuth2Tokenusing the attributes contained in theOAuth2TokenContext.