Class AuthenticationBeanConfiguration

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, ImportAware, EnvironmentAware

@Configuration public class AuthenticationBeanConfiguration extends AbstractAnnotationConfigSupport implements ImportAware
Spring Configuration class used to configure and register an Authentication object based on security (auth) configuration metadata supplied in the EnableSecurity annotation.
Since:
1.0.0
Author:
John Blum
See Also: