Class TestAuthInitialize
java.lang.Object
org.springframework.geode.security.TestAuthInitialize
- All Implemented Interfaces:
org.apache.geode.cache.CacheCallback
,org.apache.geode.cache.Declarable
,org.apache.geode.security.AuthInitialize
Simple, test
AuthInitialize
implementation.- Since:
- 1.0.0
- See Also:
-
AuthInitialize
-
Field Summary
Fields inherited from interface org.apache.geode.security.AuthInitialize
SECURITY_PASSWORD, SECURITY_USERNAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static TestAuthInitialize
create()
getCredentials
(Properties securityProperties, org.apache.geode.distributed.DistributedMember server, boolean isPeer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.geode.security.AuthInitialize
getCredentials, init, init
Methods inherited from interface org.apache.geode.cache.Declarable
init, initialize
-
Constructor Details
-
TestAuthInitialize
public TestAuthInitialize()
-
-
Method Details
-
create
-
getCredentials
public Properties getCredentials(Properties securityProperties, org.apache.geode.distributed.DistributedMember server, boolean isPeer) throws org.apache.geode.security.AuthenticationFailedException - Specified by:
getCredentials
in interfaceorg.apache.geode.security.AuthInitialize
- Throws:
org.apache.geode.security.AuthenticationFailedException
-
close
public void close()- Specified by:
close
in interfaceorg.apache.geode.cache.CacheCallback
-