SecurityThreatService

@Service
class SecurityThreatService(ipBanService: IpBanService, blockResponseCode: Int = 404)

Constructors

Link copied to clipboard
constructor(ipBanService: IpBanService, blockResponseCode: Int = 404)

Functions

Link copied to clipboard
fun handle(request: HttpServletRequest, response: HttpServletResponse, chain: FilterChain)
fun handle(request: HttpServletRequest, response: HttpServletResponse, next: () -> Unit)