public class AuthzMethodPermissionChecker extends Object
| 构造器和说明 |
|---|
AuthzMethodPermissionChecker(PermLibrary permLibrary,
AuthzProperties properties) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkPermissionAndRole(org.aspectj.lang.JoinPoint joinPoint) |
void |
checkScope(org.aspectj.lang.JoinPoint joinPoint) |
void |
hasCertificated() |
void |
hasCertificatedInType() |
void |
hasOAuthScope() |
void |
hasOAuthScopeBasic() |
void |
hasOAuthScopeBasicInType() |
void |
hasOAuthScopeInType() |
void |
hasPerms() |
void |
hasPermsInType() |
void |
hasRequestMapping() |
void |
hasRoles() |
void |
hasRolesInType() |
public AuthzMethodPermissionChecker(PermLibrary permLibrary, AuthzProperties properties)
public void hasRoles()
public void hasRolesInType()
public void hasPerms()
public void hasPermsInType()
public void hasCertificated()
public void hasCertificatedInType()
public void hasRequestMapping()
public void checkPermissionAndRole(org.aspectj.lang.JoinPoint joinPoint)
public void hasOAuthScope()
public void hasOAuthScopeInType()
public void hasOAuthScopeBasic()
public void hasOAuthScopeBasicInType()
public void checkScope(org.aspectj.lang.JoinPoint joinPoint)
Copyright © 2022. All rights reserved.