Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: font corrections

...

We completely redo the way we call post processing. Now the interface is a lot simpler. Before the value is sent to the you, it gets a pass through the post processor if there is any. You specify your post processor with this line in your gemfire`gemfire.properties properties` file:

Code Block
languagejava
security-post-processor = com.abc.security.MyPostProcessor

It is the class name that implements the PostProcessor `PostProcessor` interface. Make sure your class has a zero argument constructor so that we can instantiate the object. See PostProcessor the `PostProcessor` javadoc for details. You can use SamplePostProcessor `SamplePostProcessor` as an example to write your own implementation.

...

Below are the list of operations with their corresponding GeodePermission`GeodePermission`:

Client-Server Operations

...