Uses of Class
com.bytedesk.core.rbac.authority.AuthorityEntity
Packages that use AuthorityEntity
Package
Description
Utility classes package containing helper methods and common functionality
-
Uses of AuthorityEntity in com.bytedesk.core.rbac.authority
Methods in com.bytedesk.core.rbac.authority that return AuthorityEntityModifier and TypeMethodDescriptionprotected AuthorityEntity
AuthorityRestService.doSave
(AuthorityEntity entity) AuthorityRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AuthorityEntity entity) AuthorityRestService.save
(AuthorityEntity entity) Methods in com.bytedesk.core.rbac.authority that return types with arguments of type AuthorityEntityModifier and TypeMethodDescriptionAuthorityRepository.findByName
(String code) AuthorityRepository.findByValue
(String value) AuthorityRestService.findByValue
(String value) static org.springframework.data.jpa.domain.Specification<AuthorityEntity>
AuthoritySpecification.search
(AuthorityRequest request) Methods in com.bytedesk.core.rbac.authority with parameters of type AuthorityEntityModifier and TypeMethodDescriptionAuthorityRestService.convertToResponse
(AuthorityEntity entity) protected AuthorityEntity
AuthorityRestService.doSave
(AuthorityEntity entity) AuthorityRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AuthorityEntity entity) void
AuthorityEntityListener.onPostPersist
(AuthorityEntity authority) void
AuthorityEntityListener.onPostUpdate
(AuthorityEntity authority) AuthorityRestService.save
(AuthorityEntity entity) -
Uses of AuthorityEntity in com.bytedesk.core.rbac.authority.event
Fields in com.bytedesk.core.rbac.authority.event declared as AuthorityEntityModifier and TypeFieldDescriptionprivate AuthorityEntity
AuthorityCreateEvent.authority
private AuthorityEntity
AuthorityDeleteEvent.authority
private AuthorityEntity
AuthorityUpdateEvent.authority
Constructors in com.bytedesk.core.rbac.authority.event with parameters of type AuthorityEntityModifierConstructorDescriptionAuthorityCreateEvent
(AuthorityEntity authority) AuthorityDeleteEvent
(AuthorityEntity authority) AuthorityUpdateEvent
(AuthorityEntity authority) -
Uses of AuthorityEntity in com.bytedesk.core.rbac.role
Fields in com.bytedesk.core.rbac.role with type parameters of type AuthorityEntityMethods in com.bytedesk.core.rbac.role with parameters of type AuthorityEntityModifier and TypeMethodDescriptionvoid
RoleEntity.addAuthority
(AuthorityEntity authority) void
RoleEntity.removeAuthority
(AuthorityEntity authority) -
Uses of AuthorityEntity in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils with parameters of type AuthorityEntityModifier and TypeMethodDescriptionstatic AuthorityResponse
ConvertUtils.convertToAuthorityResponse
(AuthorityEntity authorityEntity)