类 SecurityProperties.Matcher

java.lang.Object
cn.herodotus.engine.oauth2.core.properties.SecurityProperties.Matcher
封闭类:
SecurityProperties

public static class SecurityProperties.Matcher extends Object
用于手动的指定 Request Matcher 安全规则。

permitAll 比较常用,因此先只增加该项。后续可根据需要添加

  • 构造器详细资料

    • Matcher

      public Matcher()
  • 方法详细资料

    • getStaticResources

      public List<String> getStaticResources()
    • setStaticResources

      public void setStaticResources(List<String> staticResources)
    • getPermitAll

      public List<String> getPermitAll()
    • setPermitAll

      public void setPermitAll(List<String> permitAll)
    • getHasAuthenticated

      public List<String> getHasAuthenticated()
    • setHasAuthenticated

      public void setHasAuthenticated(List<String> hasAuthenticated)