Interface AuthAddition<D>

Type Parameters:
D - 权限用户数据类型

public interface AuthAddition<D>
权限拦截插件,通过定义AuthAddition可以追加拦截规则
Since:
1.0.0
Version:
1.0.0
Author:
Coufran
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    权限拦截异常
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authIntercept(AuthUser<D> authUser, jakarta.servlet.http.HttpServletRequest request, Object handler)
    拦截请求
  • Method Details