Package io.helidon.security.providers.jwt
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
-
Class Summary Class Description JwtProvider Provider that can process JWT tokens in request headers and assert identity (e.g.JwtProvider.Builder Fluent API builder forJwtProvider
.JwtProvider.JwtOutboundTarget A custom object to configure specific handling of outbound calls.JwtProvider.JwtOutboundTarget.Builder Fluent API builder forJwtProvider.JwtOutboundTarget
.JwtProviderService Service forJwtProvider
to auto-configure it withSecurity
.