Uses of Class
io.helidon.security.jwt.JwtUtil.Address
-
Packages that use JwtUtil.Address Package Description io.helidon.security.jwt JWT (JSON web token) support. -
-
Uses of JwtUtil.Address in io.helidon.security.jwt
Methods in io.helidon.security.jwt that return types with arguments of type JwtUtil.Address Modifier and Type Method Description Optional<JwtUtil.Address>
Jwt. address()
Address claim.Methods in io.helidon.security.jwt with parameters of type JwtUtil.Address Modifier and Type Method Description Jwt.Builder
Jwt.Builder. address(JwtUtil.Address address)
Address of the subject.
-