| Interface | Description |
|---|---|
| OAuth2TokenClaimAccessor |
A
ClaimAccessor for the "claims" that may be contained in an OAuth2TokenClaimsSet. |
| OAuth2TokenContext |
A context that holds information (to be) associated to an OAuth 2.0 Token
and is used by an
OAuth2TokenGenerator and OAuth2TokenCustomizer. |
| OAuth2TokenCustomizer<T extends OAuth2TokenContext> |
Implementations of this interface are responsible for customizing the
OAuth 2.0 Token attributes contained within the
OAuth2TokenContext. |
| OAuth2TokenGenerator<T extends org.springframework.security.oauth2.core.OAuth2Token> |
Implementations of this interface are responsible for generating an
OAuth2Token
using the attributes contained in the OAuth2TokenContext. |