Class GeodeIntegratedSecurityConfiguration

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, ImportBeanDefinitionRegistrar, 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
Author:
John Blum
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