Package io.helidon.security.providers.jwt
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.
-
ClassDescriptionProvider that can process JWT tokens in request headers and assert identity (e.g.Fluent API builder for
JwtProvider
.A custom object to configure specific handling of outbound calls.Fluent API builder forJwtProvider.JwtOutboundTarget
.Service forJwtProvider
to auto-configure it withSecurity
.