toggle menu
security-config
JVM
switch theme
search in API
security-config
/
org.cryptotrader.security.library.config
/
SecurityPropertiesConfig
/
Bans
Bans
data
class
Bans
(
val
enabled
:
Boolean
=
true
,
val
denylist
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Bans
Link copied to clipboard
constructor
(
enabled
:
Boolean
=
true
,
denylist
:
List
<
String
>
=
emptyList()
)
Properties
denylist
Link copied to clipboard
val
denylist
:
List
<
String
>
enabled
Link copied to clipboard
val
enabled
:
Boolean
=
true