HoneypotService

@Service
class HoneypotService(ipBanService: IpBanService, @Value(value = "${security.honeypot.paths:}") configuredPaths: String = "")

Constructors

Link copied to clipboard
constructor(ipBanService: IpBanService, @Value(value = "${security.honeypot.paths:}") configuredPaths: String = "")

Functions

Link copied to clipboard
fun captureHoneypot(request: HttpServletRequest?): ResponseEntity<Void>?