| Interface | Description |
|---|---|
| JwtClaimsSetVerifier |
This interface provides the capability of verifying the claim(s)
contained in a JWT Claims Set, for example, expiration time (exp),
not before (nbf), issuer (iss), audience (aud), subject (sub), etc.
|
| Class | Description |
|---|---|
| DelegatingJwtClaimsSetVerifier |
A
JwtClaimsSetVerifier that delegates claims verification
to it's internal List of JwtClaimsSetVerifier's. |
| InMemoryTokenStore |
Implementation of token services that stores tokens in memory.
|
| IssuerClaimVerifier |
A
JwtClaimsSetVerifier that verifies the Issuer (iss) claim contained in the
JWT Claims Set against the issuer supplied to the constructor. |
| 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 © 2019. All rights reserved.