| Interface | Description |
|---|---|
| SecurityTokenRepository<T extends SecurityToken> |
Implementations of this interface are responsible for the persistence
of
SecurityToken(s) that are associated to an OAuth2AuthenticationToken. |
| Class | Description |
|---|---|
| InMemoryAccessTokenRepository |
A basic implementation of a
SecurityTokenRepository
that stores AccessToken(s) in-memory. |