Uses of Class
com.bytedesk.core.ip_access.IpAccessEntity
Packages that use IpAccessEntity
-
Uses of IpAccessEntity in com.bytedesk.core.ip_access
Methods in com.bytedesk.core.ip_access that return IpAccessEntityModifier and TypeMethodDescriptionprivate IpAccessEntityIpAccessRestService.createIpAccessEntity(String ip, String endpoint, String httpMethod, String params, ZonedDateTime now) 创建IP访问实体protected IpAccessEntityIpAccessRestService.doSave(IpAccessEntity entity) IpAccessRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, IpAccessEntity entity) Methods in com.bytedesk.core.ip_access that return types with arguments of type IpAccessEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<IpAccessEntity>IpAccessRestService.createSpecification(IpAccessRequest request) protected org.springframework.data.domain.Page<IpAccessEntity>IpAccessRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<IpAccessEntity> spec, org.springframework.data.domain.Pageable pageable) IpAccessRepository.findByIpsAndEndpointAndAccessTimeAfter(List<String> ips, String endpoint, ZonedDateTime time) 批量查询IP访问记录 用于批量检查多个IP的访问情况IpAccessRepository.findFirstByIpAndEndpointAndAccessTimeAfter(String ip, String endpoint, ZonedDateTime time) IpAccessRepository.findFirstByIpAndEndpointAndHttpMethodAndAccessTimeAfter(String ip, String endpoint, String httpMethod, ZonedDateTime time) static org.springframework.data.jpa.domain.Specification<IpAccessEntity>IpAccessSpecification.search(IpAccessRequest request, AuthService authService) Methods in com.bytedesk.core.ip_access with parameters of type IpAccessEntityModifier and TypeMethodDescriptionIpAccessRestService.convertToResponse(IpAccessEntity entity) protected IpAccessEntityIpAccessRestService.doSave(IpAccessEntity entity) IpAccessRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, IpAccessEntity entity) Method parameters in com.bytedesk.core.ip_access with type arguments of type IpAccessEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<IpAccessEntity>IpAccessRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<IpAccessEntity> spec, org.springframework.data.domain.Pageable pageable)