类 WxUserJwtHelper


  • public class WxUserJwtHelper
    extends net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper<IJwtInfo,​WxUserJwtProperties>
    jwt助手
    作者:
    guer
    • 构造器详细资料

      • WxUserJwtHelper

        public WxUserJwtHelper()
    • 方法详细资料

      • generateToken0

        protected void generateToken0​(io.jsonwebtoken.JwtBuilder builder,
                                      IJwtInfo user)
        指定者:
        generateToken0 在类中 net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper<IJwtInfo,​WxUserJwtProperties>
      • parse0

        protected IJwtInfo parse0​(io.jsonwebtoken.Claims body)
        指定者:
        parse0 在类中 net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper<IJwtInfo,​WxUserJwtProperties>
      • getPrefix

        protected String getPrefix()
        指定者:
        getPrefix 在类中 net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper<IJwtInfo,​WxUserJwtProperties>