Class GeodeIntegratedSecurityConfiguration

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware

public class GeodeIntegratedSecurityConfiguration extends EmbeddedServiceConfigurationSupport
The GeodeIntegratedSecurityConfiguration class is a EmbeddedServiceConfigurationSupport implementation that enables Apache Geode's Integrated Security framework and services.
Since:
1.0.0
See Also:
  • Field Details

    • SECURITY_CLIENT_AUTH_INIT

      protected static final String SECURITY_CLIENT_AUTH_INIT
    • SECURITY_MANAGER

      protected static final String SECURITY_MANAGER
    • SECURITY_PEER_AUTH_INIT

      protected static final String SECURITY_PEER_AUTH_INIT
    • SECURITY_POST_PROCESSOR

      protected static final String SECURITY_POST_PROCESSOR
    • SECURITY_SHIRO_INIT

      protected static final String SECURITY_SHIRO_INIT
  • Constructor Details

    • GeodeIntegratedSecurityConfiguration

      public GeodeIntegratedSecurityConfiguration()
  • Method Details