限定符和类型 | 方法和说明 |
---|---|
static AuthorityValue |
AuthorityValue.fromInteger(int value) |
static AuthorityValue |
AuthorityValue.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static AuthorityValue[] |
AuthorityValue.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
AuthorityValue |
AuthorityValueConverter.convertToEntityAttribute(java.lang.Integer integer) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Integer |
AuthorityValueConverter.convertToDatabaseColumn(AuthorityValue authorityValue) |
限定符和类型 | 方法和说明 |
---|---|
void |
BaseAuthorityController.setCustomAuthorityValue(java.lang.String customRoleId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type) |
void |
AuthorityController.setCustomAuthorityValue(java.lang.String customRoleId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type)
对自定义角色设置指定权限值,清除子级权限实体的权限值
|
void |
BaseAuthorityController.setCustomAuthorityValue(java.lang.String customRoleId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type,
boolean clearChildrenAuthority) |
void |
AuthorityController.setCustomAuthorityValue(java.lang.String customRoleId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type,
boolean clearChildrenAuthority)
对自定义角色设置指定权限值
|
void |
BaseAuthorityController.setDepAuthorityValue(java.lang.String departmentId,
java.lang.String postId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type) |
void |
AuthorityController.setDepAuthorityValue(java.lang.String departmentId,
java.lang.String postId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type)
对部门职务设置指定权限值,清除子级权限实体的权限值
|
void |
BaseAuthorityController.setDepAuthorityValue(java.lang.String departmentId,
java.lang.String postId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type,
boolean clearChildrenAuthority) |
void |
AuthorityController.setDepAuthorityValue(java.lang.String departmentId,
java.lang.String postId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type,
boolean clearChildrenAuthority)
对部门职务设置指定权限值
|
void |
BaseAuthorityController.setDepAuthorityValue(java.lang.String departmentId,
java.lang.String postId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type,
boolean clearChildrenAuthority,
boolean clearChildrenDep) |
void |
AuthorityController.setDepAuthorityValue(java.lang.String departmentId,
java.lang.String postId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type,
boolean clearChildrenAuthority,
boolean clearChildrenDep)
对部门职务设置指定权限值
|
void |
BaseAuthorityController.setUserAuthorityValue(java.lang.String userId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type) |
void |
AuthorityController.setUserAuthorityValue(java.lang.String userId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type)
对用户设置指定权限值,清除子级权限实体的权限值
|
void |
BaseAuthorityController.setUserAuthorityValue(java.lang.String userId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type,
boolean clearChildrenAuthority) |
void |
AuthorityController.setUserAuthorityValue(java.lang.String userId,
AuthorityValue value,
java.lang.String authorityId,
AuthorityType type,
boolean clearChildrenAuthority)
对用户设置指定权限值
|
限定符和类型 | 方法和说明 |
---|---|
AuthorityValue |
AuthorityRecord.getAuthority() |
限定符和类型 | 方法和说明 |
---|---|
AuthorityRecord |
AuthorityRecord.authority(AuthorityValue authority) |
void |
AuthorityRecord.setAuthority(AuthorityValue authority) |
限定符和类型 | 方法和说明 |
---|---|
AuthorityValue |
AuthorityDetail.getAuthorityValue()
获取权限值(允许/拒绝)
|
限定符和类型 | 方法和说明 |
---|---|
AuthorityDetail |
AuthorityDetail.authorityValue(AuthorityValue authorityValue) |
void |
AuthorityDetail.setAuthorityValue(AuthorityValue authorityValue) |
限定符和类型 | 方法和说明 |
---|---|
AuthorityValue |
AuthorityEntity.getAuthority() |
限定符和类型 | 方法和说明 |
---|---|
AuthorityEntity |
AuthorityEntity.authority(AuthorityValue authority) |
void |
AuthorityEntity.setAuthority(AuthorityValue authority) |