类 WxUserJwtHelper
- java.lang.Object
-
- net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper<IJwtInfo,WxUserJwtProperties>
-
- net.guerlab.smart.wx.auth.utils.WxUserJwtHelper
-
public class WxUserJwtHelper extends net.guerlab.smart.platform.basic.auth.utils.AbstractJwtHelper<IJwtInfo,WxUserJwtProperties>
jwt助手- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 WxUserJwtHelper()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidgenerateToken0(io.jsonwebtoken.JwtBuilder builder, IJwtInfo user)protected StringgetPrefix()protected IJwtInfoparse0(io.jsonwebtoken.Claims body)
-
-
-
方法详细资料
-
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>
-
-