Uses of Interface
cn.dev33.satoken.fun.SaParamFunction
Packages that use SaParamFunction
-
Uses of SaParamFunction in cn.dev33.satoken.router
Methods in cn.dev33.satoken.router with parameters of type SaParamFunctionModifier and TypeMethodDescriptionSaRouterStaff.check(SaParamFunction<SaRouterStaff> fun) 执行校验函数 (带参)SaRouterStaff.free(SaParamFunction<SaRouterStaff> fun) 自由匹配 ( 在free作用域里执行stop()不会跳出Auth函数,而是仅仅跳出free代码块 )static SaRouterStaffSaRouter.match(String pattern, SaParamFunction<SaRouterStaff> fun) 路由匹配,如果匹配成功则执行认证函数static SaRouterStaffSaRouter.match(String pattern, String excludePattern, SaParamFunction<SaRouterStaff> fun) 路由匹配 (并指定排除匹配符),如果匹配成功则执行认证函数SaRouterStaff.match(String pattern, SaParamFunction<SaRouterStaff> fun) 路由匹配,如果匹配成功则执行认证函数SaRouterStaff.match(String pattern, String excludePattern, SaParamFunction<SaRouterStaff> fun) 路由匹配 (并指定排除匹配符),如果匹配成功则执行认证函数 -
Uses of SaParamFunction in cn.dev33.satoken.stp.parameter
Methods in cn.dev33.satoken.stp.parameter with parameters of type SaParamFunctionModifier and TypeMethodDescriptionSaLoginParameter.setupCookieConfig(SaParamFunction<SaCookieConfig> fun) 设置 Cookie 配置项