Uses of Class
com.bytedesk.core.ip_access.IpAccessRequest
Packages that use IpAccessRequest
-
Uses of IpAccessRequest in com.bytedesk.core.ip_access
Methods in com.bytedesk.core.ip_access that return IpAccessRequestModifier and TypeMethodDescriptionIpAccessRestService.createIpAccessRequest
(String ip, String endpoint, String httpMethod, String params) 创建IP访问请求对象Methods in com.bytedesk.core.ip_access with parameters of type IpAccessRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
IpAccessRestController.create
(IpAccessRequest request) IpAccessRestService.create
(IpAccessRequest request) 记录IP访问(原 recordAccess 功能迁移至此)protected org.springframework.data.jpa.domain.Specification<IpAccessEntity>
IpAccessRestService.createSpecification
(IpAccessRequest request) org.springframework.http.ResponseEntity<?>
IpAccessRestController.delete
(IpAccessRequest request) void
IpAccessRestService.delete
(IpAccessRequest request) IpAccessRestController.export
(IpAccessRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
IpAccessRestController.queryByOrg
(IpAccessRequest request) org.springframework.http.ResponseEntity<?>
IpAccessRestController.queryByUid
(IpAccessRequest request) org.springframework.http.ResponseEntity<?>
IpAccessRestController.queryByUser
(IpAccessRequest request) static org.springframework.data.jpa.domain.Specification<IpAccessEntity>
IpAccessSpecification.search
(IpAccessRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>
IpAccessRestController.update
(IpAccessRequest request) IpAccessRestService.update
(IpAccessRequest request)