| Interface | Description |
|---|---|
| PublicKeyService |
How to find a public key to validate a JWT?
|
| SecurityContext |
A data container describing the current security context.
|
| SecurityContextFactory |
Contract that can be implemented by the adapter's user to build their
SecurityContext. |
| TokenValidator |
Validates the content of a token.
|
| Class | Description |
|---|---|
| Constant | |
| DefaultSecurityContextFactory |
Default implementation to create an empty
SecurityContext. |
| DefaultTokenValidator |
Default implementation to validate a JWT's body.
|
| SecurityFilter |
This service is not injected as a Micronaut filter, but can be used
as the implementation of a Filter in the actual app.
|
| Enum | Description |
|---|---|
| SecurityErrorType |
Reason when a parsing error occurs on a JWS token;
|
| Exception | Description |
|---|---|
| SecurityException |
When a known security error occurs during token parsing.
|