SecurityPropertiesConfig

@ConfigurationProperties(prefix = "security")
data class SecurityPropertiesConfig(val bans: Bans = Bans(), val http: Http = Http(), val crypto: Encryption = Encryption(), val encryption: Encryption? = null)

Constructors

Link copied to clipboard
constructor(bans: Bans = Bans(), http: Http = Http(), crypto: Encryption = Encryption(), encryption: Encryption? = null)

Properties

Link copied to clipboard
val bans: Bans
Link copied to clipboard
val crypto: Encryption
Link copied to clipboard
val encryption: Encryption? = null
Link copied to clipboard
val http: Http