Class SecurityManagerProxyConfiguration
java.lang.Object
org.springframework.geode.config.annotation.SecurityManagerProxyConfiguration
- All Implemented Interfaces:
EventListener
,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Configuration
@EnableBeanFactoryLocator
@EnableSecurity(securityManagerClassName="org.springframework.geode.security.support.SecurityManagerProxy")
public class SecurityManagerProxyConfiguration
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
Spring
Configuration
class used to configure a SecurityManager
,
thereby enabling Security (Auth) on this Apache Geode node.- Since:
- 1.1.0
- See Also:
-
ApplicationListener
Configuration
ContextRefreshedEvent
EnableBeanFactoryLocator
EnableSecurity
SecurityManagerProxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationEvent
(org.springframework.context.event.ContextRefreshedEvent event)
-
Constructor Details
-
SecurityManagerProxyConfiguration
public SecurityManagerProxyConfiguration()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) - Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-