Package com.broadleafcommerce.auth.token.service
-
Interface Summary Interface Description RotatableTokenStore A specializedTokenStore
concept used to support the refresh token rotation concept in Broadleaf. -
Class Summary Class Description DefaultOriginalAwareOAuth2RefreshToken Add a new token wrapper type that allows keeping track of the id for the original ancestor refresh token.DefaultRotatingTokenServices Based onDefaultTokenServices
.DefaultRotatingTokenStore A specializedTokenStore
concept used to support the refresh token rotation concept in Broadleaf.DefaultTokenCleanupServices A camel cluster service instance that will periodically executeRotatableTokenStore.cleanupBatch(String, int)
calls against the datastore.OriginalAwareJwtAccessTokenConverter Token enhancer to add the valueoid
to the token, if it exists.