toggle menu
security-config
JVM
switch theme
search in API
security-config
/
org.cryptotrader.security.library.config
/
SecurityPropertiesConfig
Security
Properties
Config
@
ConfigurationProperties
(
prefix
=
"security"
)
data
class
SecurityPropertiesConfig
(
val
bans
:
Bans
=
Bans()
,
val
http
:
Http
=
Http()
,
val
crypto
:
Encryption
=
Encryption()
,
val
encryption
:
Encryption
?
=
null
)
Members
Constructors
Security
Properties
Config
Link copied to clipboard
constructor
(
bans
:
Bans
=
Bans()
,
http
:
Http
=
Http()
,
crypto
:
Encryption
=
Encryption()
,
encryption
:
Encryption
?
=
null
)
Properties
bans
Link copied to clipboard
val
bans
:
Bans
crypto
Link copied to clipboard
val
crypto
:
Encryption
encryption
Link copied to clipboard
val
encryption
:
Encryption
?
=
null
http
Link copied to clipboard
val
http
:
Http