| 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. |
| KeyStoreKeyFactory |
Factory for RSA key pairs from a JKS keystore file.
|
Copyright © 2016. All rights reserved.