Uses of Class
com.bytedesk.core.rbac.authority.AuthorityResponse
Packages that use AuthorityResponse
Package
Description
Utility classes package containing helper methods and common functionality
-
Uses of AuthorityResponse in com.bytedesk.core.rbac.authority
Methods in com.bytedesk.core.rbac.authority that return AuthorityResponseModifier and TypeMethodDescriptionAuthorityRestService.convertToResponse(AuthorityEntity entity) AuthorityRestService.create(AuthorityRequest request) AuthorityRestService.createForPlatform(String permissionValue) 创建权限(不再在权限字符串中编码层级) 约定: - SETTINGS_* 为平台级(PLATFORM) - 其余 MODULE_ACTION 默认为组织级(ORGANIZATION) 例如:传入 "TAG_READ" 只会创建: - TAG_READAuthorityRestService.update(AuthorityRequest request) -
Uses of AuthorityResponse in com.bytedesk.core.rbac.role
Fields in com.bytedesk.core.rbac.role with type parameters of type AuthorityResponse -
Uses of AuthorityResponse in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils that return AuthorityResponseModifier and TypeMethodDescriptionstatic AuthorityResponseConvertUtils.convertToAuthorityResponse(AuthorityEntity authorityEntity)