|
10Duke Java Core
|
This package contains the default implementations of services used in the 10Duke SDK for Java.
Classes | |
| class | DefaultJwtMetadataParser |
Default implementation of the JwtMetadataParser for reading and validating JWT headers and their data. More... | |
| class | DefaultJwtService |
Default implementation of the JwtService that provides functionality for basic operations such as building, signing and parsing JWTs. More... | |
| class | DefaultJwtServiceProvider |
Built-in convenience implementation of JwtServiceProvider. More... | |
| class | DefaultJwtSignatureVerifierKeyProvider |
| Built-in convenience implementation of JwtSignatureVerifierKeyProvider with support for loading JWKS from a URL and optional persistent storage. More... | |
| class | InMemoryPublicKeyCache |
| Built-in utility to handle in-memory public keys. | |