Interface SaFilterAuthStrategy

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SaFilterAuthStrategy
Sa-Token 全局过滤器 - 认证策略封装,方便 lambda 表达式风格调用
Since:
1.17.0
Author:
click33
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(Object obj)
    执行方法
  • Method Details

    • run

      void run(Object obj)
      执行方法
      Parameters:
      obj - 无含义参数,留作扩展