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) AuthorityRestService.queryByUid
(AuthorityRequest request) AuthorityRestService.update
(AuthorityRequest request) Methods in com.bytedesk.core.rbac.authority that return types with arguments of type AuthorityResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AuthorityResponse>
AuthorityRestService.queryByOrg
(AuthorityRequest request) org.springframework.data.domain.Page<AuthorityResponse>
AuthorityRestService.queryByUser
(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 AuthorityResponse
ConvertUtils.convertToAuthorityResponse
(AuthorityEntity authorityEntity)