Skip to content

Commit 7cc902e

Browse files
committed
feat(security): 添加自定义动态权限 PermissionAuthorizationManager
1 parent 86639a4 commit 7cc902e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security-spring-boot-starter/src/main/java/com/admin4j/framework/security/authorization/PermissionAuthorizationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class PermissionAuthorizationManager implements AuthorizationManager<Requ
3636
/**
3737
* Determines if access is granted for a specific authentication and object.
3838
*
39-
* @param authentication the {@link Supplier} of the {@link Authentication} to check
39+
* @param authentication the {@link Supplier} of the {@link Authentication} to check 当前登录人
4040
* @param object the {@link T} object to check
4141
* @return an {@link AuthorizationDecision} or null if no decision could be made
4242
*/

0 commit comments

Comments
 (0)