changeset 1197:74c7131a0bb9

Update thermostat-roles.properties template This commit updates the commented-out template provided in thermostat-roles.properties to include new roles needed for prepared statements and command channel actions. The command channel action roles are grouped under a new recursive role: thermostat-cmdc. Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-July/007708.html
author Elliott Baron <ebaron@redhat.com>
date Thu, 01 Aug 2013 13:40:31 -0400
parents dd3c6928c4e6
children 9cb09d6aeddb
files distribution/config/thermostat-roles.properties
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/config/thermostat-roles.properties	Wed Jul 31 15:36:00 2013 +0200
+++ b/distribution/config/thermostat-roles.properties	Thu Aug 01 13:40:31 2013 -0400
@@ -39,4 +39,15 @@
 # "thermostat-client" role.
 #thermostat-client = thermostat-realm, thermostat-login, thermostat-query, \
 #                    thermostat-cmdc-generate, thermostat-load-file, \
-#                    thermostat-get-count, thermostat-register-category
+#                    thermostat-get-count, thermostat-register-category, \
+#                    thermostat-prepare-statement
+#
+# Example recursive role definition that grants all command channel privileges.
+# You may uncomment the following lines and assign your client users this
+# "thermostat-cmdc" role.
+#thermostat-cmdc = thermostat-cmdc-grant-garbage-collect, \
+#                  thermostat-cmdc-grant-dump-heap, \
+#                  thermostat-cmdc-grant-thread-harvester, \
+#                  thermostat-cmdc-grant-killvm, \
+#                  thermostat-cmdc-grant-ping, \
+#                  thermostat-cmdc-grant-jmx-toggle-notifications