@Configuration @Import(value=BeanFactoryLocatorConfiguration.class) @Conditional(value=AutoConfiguredAuthenticationConfiguration.AutoConfiguredAuthenticationCondition.class) public class AutoConfiguredAuthenticationConfiguration extends Object
AutoConfiguredAuthenticationConfiguration
class is a Spring @Configuration
class
that auto-configures Pivotal GemFire / Apache Geode Authentication by providing a implementation
of the AuthInitialize
interface along with setting the necessary GemFire / Geode
properties.Properties
,
AuthInitialize
,
Bean
,
Condition
,
Conditional
,
Configuration
,
Import
,
Environment
,
EnableBeanFactoryLocator
,
AutoConfiguredAuthenticationInitializer
,
PropertiesBuilder
Modifier and Type | Class and Description |
---|---|
static class |
AutoConfiguredAuthenticationConfiguration.AutoConfiguredAuthenticationCondition |
Modifier and Type | Field and Description |
---|---|
protected static String |
AUTO_CONFIGURED_AUTH_INIT_STATIC_FACTORY_METHOD |
protected static String |
SECURITY_CLIENT_AUTH_INIT |
protected static String |
SECURITY_PEER_AUTH_INIT |
Constructor and Description |
---|
AutoConfiguredAuthenticationConfiguration() |
Modifier and Type | Method and Description |
---|---|
ClientCacheConfigurer |
authenticationCredentialsSettingClientCacheConfigurer(Environment environment) |
PeerCacheConfigurer |
authenticationCredentialsSettingPeerCacheConfigurer(Environment environment) |
protected static final String AUTO_CONFIGURED_AUTH_INIT_STATIC_FACTORY_METHOD
protected static final String SECURITY_CLIENT_AUTH_INIT
protected static final String SECURITY_PEER_AUTH_INIT
public AutoConfiguredAuthenticationConfiguration()
@Bean public ClientCacheConfigurer authenticationCredentialsSettingClientCacheConfigurer(Environment environment)
@Bean public PeerCacheConfigurer authenticationCredentialsSettingPeerCacheConfigurer(Environment environment)
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.