Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is a class implementing the SecurityManager interface. Make sure your class has a zero argument constructor so that we can call to create the object. SecurityManger is the new interface you will need to implement for both authentication and authorization. See SecurityManger javadoc for details. You can use SampleSecurityManager as an example to write your own implementation.

mention the gfsh commands to start locator/server with security

3. Introduction of GeodePermission

...