public class ExamplePostProcessor extends java.lang.Object implements PostProcessor
Constructor and Description |
---|
ExamplePostProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
init(java.util.Properties securityProps)
Given the security props of the server, properly initialize the post processor for the server.
|
java.lang.Object |
processRegionValue(java.lang.Object principal,
java.lang.String regionName,
java.lang.Object key,
java.lang.Object value)
This simply modifies the value with all the parameter values
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public void init(java.util.Properties securityProps)
PostProcessor
init
in interface PostProcessor
public java.lang.Object processRegionValue(java.lang.Object principal, java.lang.String regionName, java.lang.Object key, java.lang.Object value)
processRegionValue
in interface PostProcessor
principal
- The principal that's accessing the valueregionName
- The region that's been accessed. This could be null.key
- the key of the value that's been accessed. This could be null.value
- the value, this could be null.