| Class | Description |
|---|---|
| InMemoryTokenStore |
Implementation of token services that stores tokens in memory.
|
| JdbcTokenStore |
Implementation of token services that stores tokens in a database.
|
| JwtAccessTokenConverter |
Helper that translates between JWT encoded token values and OAuth authentication information (in both directions).
|
| JwtTokenStore |
A
TokenStore implementation that just reads data from the tokens themselves. |
Copyright © 2014. All rights reserved.