| Interface | Description |
|---|---|
| RotatableTokenStore |
A specialized
TokenStore concept used to support the refresh token rotation concept in
Broadleaf. |
| Class | Description |
|---|---|
| DefaultOriginalAwareOAuth2RefreshToken |
Add a new token wrapper type that allows keeping track of the id for the original ancestor
refresh token.
|
| DefaultRotatingTokenServices |
Based on
DefaultTokenServices. |
| DefaultRotatingTokenStore |
A specialized
TokenStore concept used to support the refresh token rotation concept in
Broadleaf. |
| DefaultTokenCleanupServices |
A camel cluster service instance that will periodically execute
RotatableTokenStore.cleanupBatch(String, int) calls against the datastore. |
| OriginalAwareJwtAccessTokenConverter |
Token enhancer to add the value
oid to the token, if it exists. |
Copyright © 2021. All rights reserved.