public class ExamplePostProcessor extends Object implements PostProcessor
Constructor and Description |
---|
ExamplePostProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
init(Properties securityProps)
Given the security props of the server, properly initialize the post processor for the server.
|
Object |
processRegionValue(Object principal,
String regionName,
Object key,
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(Properties securityProps)
PostProcessor
init
in interface PostProcessor
securityProps
- security propertiespublic Object processRegionValue(Object principal, String regionName, Object key, 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.