Package io.helidon.microprofile.jwt.auth
Implementation of Microprofile JWT Auth specification.
-
Class Summary Class Description JsonWebTokenImpl Implementation ofJsonWebToken
with additional support ofAbacSupport
.JwtAuthAnnotationAnalyzer Implementation ofAnnotationAnalyzer
which checks forLoginConfig
annotation if JWT Authentication should be enabled.JwtAuthProvider Provider that provides JWT authentication.JwtAuthProvider.Builder Fluent API builder forJwtAuthProvider
.JwtAuthProvider.JwtOutboundTarget A custom object to configure specific handling of outbound calls.JwtAuthProviderService ServiceLoader
service to loadJwtAuthProvider
.