delete user and authority info
This commit is contained in:
@@ -18,6 +18,8 @@ public interface AclService {
|
||||
|
||||
ResponseData deleteUser(String name);
|
||||
|
||||
ResponseData deleteUserAndAuth(String name);
|
||||
|
||||
ResponseData getAclList();
|
||||
|
||||
ResponseData getAclList(AclEntry entry);
|
||||
|
||||
Reference in New Issue
Block a user