| Interface | Description |
|---|---|
| SearchableTokenService |
A marker interface for
SearchableTokenStorage that provides
transaction-wrapped access. |
| SwitchableTokenManager |
Extends
TokenManager to allow switching between two TokenDAO delegates (in-memory and database). |
| TokenManager |
A marker interface for a
SessionTokenStorage that should be
used for token management. |
| Class | Description |
|---|---|
| RecoveryModeAwareTokenAuthenticationManager | |
| SwitchableTokenManagerImpl |
Proxies the concrete TokenDAO implementations, and allows runtime swapping between implementations, along with copying
of data between during swap.
|
| SwitchableTokenManagerSystemListener |
Listens to application events and updates the SwitchableTokenManager if necessary.
|
Copyright © 2018 Atlassian. All rights reserved.