Uses of Class
io.github.xezzon.zeroweb.auth.JwtClaimWrapper
Packages that use JwtClaimWrapper
-
Uses of JwtClaimWrapper in io.github.xezzon.zeroweb.auth
Methods in io.github.xezzon.zeroweb.auth that return JwtClaimWrapperModifier and TypeMethodDescriptionstatic JwtClaimWrapper
JwtAuth.getOrThrow()
获取当前认证信息。JwtFilter.validateWithAccessKey
(String token, String accessKey) JwtFilter.validateWithPublicKey
(String token, String publicKeyASN1) Methods in io.github.xezzon.zeroweb.auth that return types with arguments of type JwtClaimWrapperMethods in io.github.xezzon.zeroweb.auth with parameters of type JwtClaimWrapperModifier and TypeMethodDescriptionstatic void
JwtAuth.save
(JwtClaimWrapper claimWrapper) 保存 Authorization 请求头中携带的 JWTJsonWebToken.Signer.sign
(JwtClaimWrapper claimWrapper) 签发JWT