java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties

public class SecurityProperties extends Object
Spring Boot ConfigurationProperties used to configure Apache Geode Security. Security configuration covers Authentication & Authorization (AUTH) as well as Secure Transport using SSL (i.e. securing data in motion). Securing data at rest (e.g. disk based encryption) is not yet supported. The configuration Properties are based on well-known, documented Spring Data for Apache Geode (SDG) Properties.
Since:
1.0.0
See Also: