public class PDXPostProcessor extends java.lang.Object implements PostProcessor
Constructor and Description |
---|
PDXPostProcessor() |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
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)
Process the value before sending it to the requester
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public void init(java.util.Properties securityProps)
PostProcessor
init
in interface PostProcessor
securityProps
- security propertiespublic java.lang.Object processRegionValue(java.lang.Object principal, java.lang.String regionName, java.lang.Object key, java.lang.Object value)
PostProcessor
processRegionValue
in interface PostProcessor
principal
- The principal that's accessing the value. The type of the principal will
depend on how you implemented your SecurityManagerregionName
- 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 original value. The original value could be null as well.public int getCount()