类 SecureProp.Ignore

java.lang.Object
io.github.mangocrisp.spring.taybct.common.prop.SecureProp.Ignore
封闭类:
SecureProp

public static class SecureProp.Ignore extends Object
忽略
  • 字段详细资料

    • urls

      @Deprecated(since="3.2.1", forRemoval=true) private Set<String> urls
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
      鉴权忽略的 url 地址(已经弃用)
    • uris

      private Set<String> uris
      鉴权忽略的 url 地址
    • captchaGrantType

      private Set<String> captchaGrantType
      验证码忽略的授权模式
    • client

      private Set<String> client
      忽略授权验证的客户端,这个忽略的是不再校验有没有接口权限,但是还是会校验有没有 token
      另请参阅:
  • 构造器详细资料

    • Ignore

      public Ignore()