Spring Boot for VMware GemFire
Class SecurityProperties
java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
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:
-
PropertiesConfigurationProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLog()getPeer()getShiro()getSsl()voidsetPassword(String password) voidsetPropertiesFile(String propertiesFile) voidsetUsername(String username)
-
Constructor Details
-
SecurityProperties
public SecurityProperties()
-
-
Method Details
-
getClient
-
getLog
-
getManager
-
getPassword
-
setPassword
-
getPeer
-
getPostProcessor
-
getPropertiesFile
-
setPropertiesFile
-
getShiro
-
getSsl
-
getUsername
-
setUsername
-