Uses of Package
io.helidon.security.providers.jwt
-
Packages that use io.helidon.security.providers.jwt Package Description 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. -
Classes in io.helidon.security.providers.jwt used by io.helidon.security.providers.jwt 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
.