类 WxUserJwtHelper


  • public class WxUserJwtHelper
    extends net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper<net.guerlab.smart.wx.core.entity.IJwtInfo,​WxUserJwtProperties>
    jwt助手
    作者:
    guer
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static java.lang.String PREFIX
      签名前缀
      • 从类继承的字段 net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper

        CONNECTORS
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected void generateToken0​(io.jsonwebtoken.JwtBuilder builder, net.guerlab.smart.wx.core.entity.IJwtInfo user)  
      protected java.lang.String getPrefix()  
      protected net.guerlab.smart.wx.core.entity.IJwtInfo parse0​(io.jsonwebtoken.Claims body)  
      • 从类继承的方法 net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper

        generateByAccessToken, generateByRefreshToken, getObjectValue, parseByAccessTokenKey, parseByRefreshTokenKey, setProperties
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • PREFIX

        public static final java.lang.String PREFIX
        签名前缀
        另请参阅:
        常量字段值
    • 构造器详细资料

      • WxUserJwtHelper

        public WxUserJwtHelper()
    • 方法详细资料

      • generateToken0

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

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

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