类 WxUserJwtHelper
- java.lang.Object
-
- net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper<net.guerlab.smart.wx.core.entity.IJwtInfo,WxUserJwtProperties>
-
- net.guerlab.smart.wx.auth.utils.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.StringPREFIX签名前缀
-
构造器概要
构造器 构造器 说明 WxUserJwtHelper()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidgenerateToken0(io.jsonwebtoken.JwtBuilder builder, net.guerlab.smart.wx.core.entity.IJwtInfo user)protected java.lang.StringgetPrefix()protected net.guerlab.smart.wx.core.entity.IJwtInfoparse0(io.jsonwebtoken.Claims body)
-
-
-
字段详细资料
-
PREFIX
public static final java.lang.String PREFIX
签名前缀- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
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>
-
-