- All Implemented Interfaces:
- java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Configuration
@EnableBeanFactoryLocator
@EnableSecurity(securityManagerClassName="org.springframework.geode.security.support.SecurityManagerProxy")
public class SecurityManagerProxyConfiguration
extends java.lang.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