Implement changes based on Swap's feedback on the integrated security section [#130653929]
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e3196ed1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e3196ed1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/e3196ed1 Branch: refs/staging/docs-grant1 Commit: e3196ed1bb21e1227ffca9a7f8584fc47615c6a5 Parents: b60f78a Author: Karen Miller <[email protected]> Authored: Mon Sep 19 14:11:22 2016 -0700 Committer: Karen Miller <[email protected]> Committed: Mon Sep 19 14:11:22 2016 -0700 ---------------------------------------------------------------------- managing/security/enable_security.html.md.erb | 6 +++--- managing/security/implementing_security.html.md.erb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e3196ed1/managing/security/enable_security.html.md.erb ---------------------------------------------------------------------- diff --git a/managing/security/enable_security.html.md.erb b/managing/security/enable_security.html.md.erb index 8f2824c..c6b4e33 100644 --- a/managing/security/enable_security.html.md.erb +++ b/managing/security/enable_security.html.md.erb @@ -5,12 +5,12 @@ title: Enable Security with Property Definitions ## security-manager Property -The callbacks that implement the authentication and authorization -of the various components of the system +The authentication callback and the authorization callback that implement +the `SecurityManager` interface are specified with the `security-manager` property. When this property is defined, authentication and authorization are enabled. The definition of the `security-manager` property is the -path to the implementation of the `SecurityManager` interface. +fully qualified name of the class that implements the `SecurityManager` interface. For example: ``` pre http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e3196ed1/managing/security/implementing_security.html.md.erb ---------------------------------------------------------------------- diff --git a/managing/security/implementing_security.html.md.erb b/managing/security/implementing_security.html.md.erb index 4400af3..a38dd03 100644 --- a/managing/security/implementing_security.html.md.erb +++ b/managing/security/implementing_security.html.md.erb @@ -30,7 +30,7 @@ data in transit. Authentication verifies the identity of communicating components, leading to control over participation. -The variety of participants include peer members, cache servers, +The variety of participants include peer members, servers, clients, originators of JMX operations, Pulse, gateway senders and receivers representing WAN members of the system, and commands arriving from `gfsh` on behalf of system users
