Package be.looorent.micronaut.security
-
Interface Summary 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 theirSecurityContext.TokenValidator Validates the content of a token. -
Class Summary Class Description Constant DefaultSecurityContextFactory Default implementation to create an emptySecurityContext.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 Summary Enum Description SecurityErrorType Reason when a parsing error occurs on a JWS token; -
Exception Summary Exception Description SecurityException When a known security error occurs during token parsing.