Uses of Class
io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget
Package
Description
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
-
Uses of JwtProvider.JwtOutboundTarget in io.helidon.security.providers.jwt
Modifier and TypeMethodDescriptionJwtProvider.JwtOutboundTarget.Builder.build()
JwtProvider.JwtOutboundTarget.create
(Config config, TokenHandler defaultHandler) Load an instance from configuration.