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

public class TestAuthInitialize extends Object implements 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    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

      public static TestAuthInitialize 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 interface org.apache.geode.security.AuthInitialize
      Throws:
      org.apache.geode.security.AuthenticationFailedException
    • close

      public void close()
      Specified by:
      close in interface org.apache.geode.cache.CacheCallback