You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rv...@apache.org on 2016/09/30 00:33:15 UTC

[08/50] [abbrv] incubator-geode git commit: Add new integrated security subsection on post processing.

Add new integrated security subsection on post processing.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/705677d1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/705677d1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/705677d1

Branch: refs/staging/docs-grant1
Commit: 705677d183a8b058c68852935c0dd7676835a3bf
Parents: 1ecc0eb
Author: Karen Miller <km...@pivotal.io>
Authored: Thu Sep 1 09:45:54 2016 -0700
Committer: Karen Miller <km...@pivotal.io>
Committed: Thu Sep 1 09:45:54 2016 -0700

----------------------------------------------------------------------
 managing/security/chapter_overview.html.md.erb |  2 ++
 managing/security/post_processing.html.md.erb  | 12 ++++++++++++
 2 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/705677d1/managing/security/chapter_overview.html.md.erb
----------------------------------------------------------------------
diff --git a/managing/security/chapter_overview.html.md.erb b/managing/security/chapter_overview.html.md.erb
index 9269bd6..d1636a3 100644
--- a/managing/security/chapter_overview.html.md.erb
+++ b/managing/security/chapter_overview.html.md.erb
@@ -27,6 +27,8 @@ features help to secure the distributed system.
 
     Client operations on a cache server can be restricted or completely blocked based on the roles and permissions assigned to the credentials submitted by the client.
 
+-   **[Post Processing of Region Data](../../managing/security/post_processing.html)**
+
 -   **[SSL](../../managing/security/ssl_overview.html)**
 
     SSL protects your data in transit between applications.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/705677d1/managing/security/post_processing.html.md.erb
----------------------------------------------------------------------
diff --git a/managing/security/post_processing.html.md.erb b/managing/security/post_processing.html.md.erb
new file mode 100644
index 0000000..8b04380
--- /dev/null
+++ b/managing/security/post_processing.html.md.erb
@@ -0,0 +1,12 @@
+---
+title:  Post Processing of Region Data
+---
+
+The  `PostProcessor` interface allows the definition of a set of callbacks
+that are invoked after operations that get data,
+but before the data is returned.
+This permits the callback to intervene and modify of the data
+that is to be returned.
+The callbacks do not modify the region data,
+only the data to be returned.
+