Uses of Class
com.bytedesk.core.ip_white.IpWhiteEntity
Packages that use IpWhiteEntity
-
Uses of IpWhiteEntity in com.bytedesk.core.ip_cache
Methods in com.bytedesk.core.ip_cache with parameters of type IpWhiteEntityModifier and TypeMethodDescriptionvoid
IpCacheService.addToWhiteCache
(IpWhiteEntity entity) 添加IP到白名单缓存void
IpCacheService.removeFromWhiteCache
(IpWhiteEntity entity) 从白名单缓存中删除IPMethod parameters in com.bytedesk.core.ip_cache with type arguments of type IpWhiteEntityModifier and TypeMethodDescriptionvoid
IpCacheService.initWhiteListCache
(List<IpWhiteEntity> whiteList) 初始化白名单缓存 -
Uses of IpWhiteEntity in com.bytedesk.core.ip_white
Methods in com.bytedesk.core.ip_white that return IpWhiteEntityModifier and TypeMethodDescriptionprotected IpWhiteEntity
IpWhiteRestService.doSave
(IpWhiteEntity entity) IpWhiteRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, IpWhiteEntity entity) Methods in com.bytedesk.core.ip_white that return types with arguments of type IpWhiteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<IpWhiteEntity>
IpWhiteRestService.createSpecification
(IpWhiteRequest request) protected org.springframework.data.domain.Page<IpWhiteEntity>
IpWhiteRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<IpWhiteEntity> specification, org.springframework.data.domain.Pageable pageable) IpWhiteRepository.findByDeletedFalse()
IpWhiteRepository.findFirstByIpAndDeletedFalse
(String ip) static org.springframework.data.jpa.domain.Specification<IpWhiteEntity>
IpWhiteSpecification.search
(IpWhiteRequest request, AuthService authService) Methods in com.bytedesk.core.ip_white with parameters of type IpWhiteEntityModifier and TypeMethodDescriptionIpWhiteRestService.convertToResponse
(IpWhiteEntity entity) protected IpWhiteEntity
IpWhiteRestService.doSave
(IpWhiteEntity entity) IpWhiteRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, IpWhiteEntity entity) Method parameters in com.bytedesk.core.ip_white with type arguments of type IpWhiteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<IpWhiteEntity>
IpWhiteRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<IpWhiteEntity> specification, org.springframework.data.domain.Pageable pageable)