toggle menu
security-services
JVM
switch theme
search in API
security-services
/
org.cryptotrader.security.library.service
/
SecurityThreatService
Security
Threat
Service
@
Service
class
SecurityThreatService
(
ipBanService
:
IpBanService
,
blockResponseCode
:
Int
=
404
)
Members
Constructors
Security
Threat
Service
Link copied to clipboard
constructor
(
ipBanService
:
IpBanService
,
blockResponseCode
:
Int
=
404
)
Functions
handle
Link copied to clipboard
fun
handle
(
request
:
HttpServletRequest
,
response
:
HttpServletResponse
,
chain
:
FilterChain
)
fun
handle
(
request
:
HttpServletRequest
,
response
:
HttpServletResponse
,
next
:
(
)
->
Unit
)