Class AutoConfiguredAuthenticationInitializer
java.lang.Object
org.springframework.data.gemfire.support.DeclarableSupport
org.springframework.data.gemfire.support.WiringDeclarableSupport
org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
org.springframework.data.gemfire.config.annotation.support.AutoConfiguredAuthenticationInitializer
- All Implemented Interfaces:
CacheCallback,Declarable,AuthInitialize,Aware,EnvironmentAware
The
AutoConfiguredAuthenticationInitializer class is an AuthInitialize implementation,
which auto-configures security, and specifically authentication, for Apache Geode/Pivotal GemFire.- Since:
- 2.0.0
- Author:
- John Blum
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Propertiesstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.springframework.data.gemfire.support.WiringDeclarableSupport
TEMPLATE_BEAN_NAME_PROPERTYFields inherited from interface org.apache.geode.security.AuthInitialize
SECURITY_PASSWORD, SECURITY_USERNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertiesdoGetCredentials(Properties properties) Factory method used to construct a new instance ofAutoConfiguredAuthenticationInitializer.Methods inherited from class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
close, doInit, getCredentials, getEnvironment, init, setEnvironmentMethods inherited from class org.springframework.data.gemfire.support.WiringDeclarableSupport
configureThis, configureThis, init, newBeanConfigurer, newBeanConfigurerMethods inherited from class org.springframework.data.gemfire.support.DeclarableSupport
getBeanFactory, getBeanFactoryKey, locateBeanFactory, locateBeanFactory, setBeanFactoryKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.geode.security.AuthInitialize
getCredentials, initMethods inherited from interface org.apache.geode.cache.Declarable
init, initialize
-
Field Details
-
SDG_SECURITY_USERNAME_PROPERTY
- See Also:
-
SDG_SECURITY_PASSWORD_PROPERTY
- See Also:
-
SECURITY_USERNAME_PROPERTY
- See Also:
-
SECURITY_PASSWORD_PROPERTY
- See Also:
-
NO_PARAMETERS
-
-
Constructor Details
-
AutoConfiguredAuthenticationInitializer
public AutoConfiguredAuthenticationInitializer()
-
-
Method Details
-
newAuthenticationInitializer
Factory method used to construct a new instance ofAutoConfiguredAuthenticationInitializer.- Returns:
- a new instance of
AutoConfiguredAuthenticationInitializer. - See Also:
-
doGetCredentials
- Specified by:
doGetCredentialsin classAbstractAuthInitialize
-