Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated pathname to example

...

The security-manager property identifies the class name of the SecurityManager interface implementation. SecurityManager is the interface you implement for both authentication and authorization. Make sure your class has a zero argument constructor so that Geode can instantiate the object. See the SecurityManager javadoc for details. There is a SampleSecurityManageran ExampleSecurityManager in the geode-core/src/main/java/org/apache/geode/examples/security/templates directory  directory that you can use as an example to write your own implementation.

...