toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.service
/
HoneypotService
Honeypot
Service
@
Service
class
HoneypotService
(
ipBanService
:
IpBanService
,
@
Value
(
value
=
"${security.honeypot.paths:}"
)
configuredPaths
:
String
=
""
)
Members
Constructors
Honeypot
Service
Link copied to clipboard
constructor
(
ipBanService
:
IpBanService
,
@
Value
(
value
=
"${security.honeypot.paths:}"
)
configuredPaths
:
String
=
""
)
Functions
capture
Honeypot
Link copied to clipboard
fun
captureHoneypot
(
request
:
HttpServletRequest
?
)
:
ResponseEntity
<
Void
>
?