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 AuthorityEntityAuthorityRestService.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 TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<AuthorityEntity>AuthorityRestService.createSpecification(AuthorityRequest request) protected org.springframework.data.domain.Page<AuthorityEntity>AuthorityRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<AuthorityEntity> spec, org.springframework.data.domain.Pageable pageable) AuthorityRepository.findByName(String code) AuthorityRepository.findByValue(String value) AuthorityRestService.findByValue(String value) static org.springframework.data.jpa.domain.Specification<AuthorityEntity>AuthoritySpecification.search(AuthorityRequest request, AuthService authService) Methods in com.bytedesk.core.rbac.authority with parameters of type AuthorityEntityModifier and TypeMethodDescriptionAuthorityRestService.convertToResponse(AuthorityEntity entity) protected AuthorityEntityAuthorityRestService.doSave(AuthorityEntity entity) AuthorityRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, AuthorityEntity entity) voidAuthorityEntityListener.onPostPersist(AuthorityEntity authority) voidAuthorityEntityListener.onPostUpdate(AuthorityEntity authority) AuthorityRestService.save(AuthorityEntity entity) Method parameters in com.bytedesk.core.rbac.authority with type arguments of type AuthorityEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<AuthorityEntity>AuthorityRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<AuthorityEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of AuthorityEntity in com.bytedesk.core.rbac.authority.event
Fields in com.bytedesk.core.rbac.authority.event declared as AuthorityEntityModifier and TypeFieldDescriptionprivate AuthorityEntityAuthorityCreateEvent.authorityprivate AuthorityEntityAuthorityDeleteEvent.authorityprivate AuthorityEntityAuthorityUpdateEvent.authorityConstructors 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 TypeMethodDescriptionvoidRoleEntity.addAuthority(AuthorityEntity authority) voidRoleEntity.removeAuthority(AuthorityEntity authority) -
Uses of AuthorityEntity in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils with parameters of type AuthorityEntityModifier and TypeMethodDescriptionstatic AuthorityResponseConvertUtils.convertToAuthorityResponse(AuthorityEntity authorityEntity)