类 WxUserJwtTokenFactoryProperties


  • @RefreshScope
    @ConfigurationProperties(prefix="auth.wx.token-factory.jwt")
    public class WxUserJwtTokenFactoryProperties
    extends net.guerlab.smart.platform.auth.properties.JwtTokenFactoryProperties
    jwt token 配置
    作者:
    guer
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static java.lang.String PREFIX  
    • 方法概要

      • 从类继承的方法 net.guerlab.smart.platform.auth.properties.JwtTokenFactoryProperties

        canEqual, equals, getAccessTokenExpire, getAccessTokenSigningKey, getRefreshTokenExpire, getRefreshTokenSigningKey, hashCode, setAccessTokenExpire, setAccessTokenSigningKey, setRefreshTokenExpire, setRefreshTokenSigningKey, toString
      • 从类继承的方法 net.guerlab.smart.platform.auth.properties.TokenFactoryProperties

        getAllowIpList, getDenyIpList, getOrder, isDefaultFactory, isEnable, setAllowIpList, setDefaultFactory, setDenyIpList, setEnable, setOrder
      • 从类继承的方法 java.lang.Object

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

      • PREFIX

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

      • WxUserJwtTokenFactoryProperties

        public WxUserJwtTokenFactoryProperties()