toggle menu
security-services
JVM
switch theme
search in API
security-services
/
org.cryptotrader.security.library.service.model
/
TemporalIpBanManager
Temporal
Ip
Ban
Manager
interface
TemporalIpBanManager
:
IpBanManager
Inheritors
InMemoryIpBanService
IpBanService
IpPermaBanService
Members
Functions
ban
Link copied to clipboard
abstract
fun
ban
(
ipOrCidr
:
String
)
abstract
fun
ban
(
ipOrCidr
:
String
,
type
:
BanType
=
BanType.TEMP
)
is
Banned
Link copied to clipboard
abstract
fun
isBanned
(
ip
:
String
)
:
Boolean
record
Attempt
Link copied to clipboard
abstract
fun
recordAttempt
(
ip
:
String
)
unban
Link copied to clipboard
abstract
fun
unban
(
ipOrCidr
:
String
)
abstract
fun
unban
(
ipOrCidr
:
String
,
type
:
BanType
=
BanType.TEMP
)