Package-level declarations

Types

Link copied to clipboard
class EventMessageEncryptionConverter(objectMapper: ObjectMapper, encryptionService: EncryptionService) : AbstractMessageConverter
Link copied to clipboard
@AutoConfiguration(after = [DataSourceAutoConfiguration::class, HibernateJpaAutoConfiguration::class])
@EnableConfigurationProperties(value = [SecurityPropertiesConfig::class])
@PropertySource(value = ["classpath:application-secure.yml"], factory = YamlPropertySourceFactory::class)
open class SecurityAutoConfig
Link copied to clipboard
@ConfigurationProperties(prefix = "security")
data class SecurityPropertiesConfig(val bans: Bans = Bans(), val http: Http = Http(), val crypto: Encryption = Encryption(), val encryption: Encryption? = null)
Link copied to clipboard
class YamlPropertySourceFactory : PropertySourceFactory

Allows using @PropertySource with YAML files.