程序包 | 说明 |
---|---|
com.fr.privilege.allocation | |
com.fr.privilege.filter |
限定符和类型 | 方法和说明 |
---|---|
Allocation |
AuthorityAllocation.getAllocation() |
static Allocation |
Allow.getAllocation(java.lang.String roleName) |
限定符和类型 | 方法和说明 |
---|---|
void |
AuthorityAllocation.setAllocation(Allocation allocation) |
构造器和说明 |
---|
AuthorityAllocation(Authority authority,
Allocation allocation) |
限定符和类型 | 方法和说明 |
---|---|
static Allocation |
AuthorityRoleDAOManager.changeAuthorityRoleName(AuthorityControlFilter pf,
java.lang.String oldName,
java.lang.String newName,
boolean diskSyn)
修改权限编辑角色名称
|
限定符和类型 | 方法和说明 |
---|---|
static void |
AuthorityRoleDAOManager.addAuthorityRole(AuthorityControlFilter pf,
Authority auth,
Allocation allocation,
boolean cover,
boolean diskSyn)
添加用户权限
|