| 程序包 | 说明 |
|---|---|
| security.filters |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AuthenticationServletHandler
应用于Servlet的授权处理器
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected AuthenticationHandler |
AuthenticationServletFilter.createAuthenticationHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain,
framework.config.SecurityConfig securityConfig)
创建授权处理器
|
| 限定符和类型 | 方法和说明 |
|---|---|
AuthenticationData |
AuthenticationBase.authCheck(AuthenticationHandler handler)
执行授权检查
|
protected AuthenticationData |
AuthenticationBase.checkCors(AuthenticationHandler handler) |
protected FunctionPermissionHandler |
AuthenticationBase.findFunctionMatcher(AuthenticationHandler handler)
查找功能匹配器
|
protected boolean |
AuthenticationBase.hasAnonymous(AuthenticationHandler handler,
FunctionPermissionHandler functionPermissionHandler)
未授权
|
protected boolean |
AuthenticationBase.hasPermissions(AuthenticationHandler handler,
List<String> permissions,
FunctionPermissionHandler functionPermissionHandler)
权限检查
|
protected void |
AuthenticationBase.tokenBalance(framework.security.token.AuthTokenInfo tokenInfo,
AuthenticationHandler handler) |
protected void |
AuthenticationBase.tokenReminder(framework.security.token.AuthTokenInfo tokenInfo,
AuthenticationHandler handler)
过期提醒判定
|
Copyright © 2024. All rights reserved.