commands.properties: add login,logout,samlsso,samlslo apis

Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/54788ef0
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/54788ef0
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/54788ef0

Branch: refs/heads/auth-refactor
Commit: 54788ef0ebf2c790e4d2b9ba02969da9ed351fef
Parents: f888d7a
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Authored: Tue Aug 12 07:25:08 2014 +0200
Committer: Rohit Yadav <rohit.ya...@shapeblue.com>
Committed: Tue Aug 12 09:19:42 2014 +0200

----------------------------------------------------------------------
 client/tomcatconf/commands.properties.in | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/54788ef0/client/tomcatconf/commands.properties.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/commands.properties.in 
b/client/tomcatconf/commands.properties.in
index 33699c0..e3e892b 100644
--- a/client/tomcatconf/commands.properties.in
+++ b/client/tomcatconf/commands.properties.in
@@ -18,6 +18,12 @@
 ### bitmap of permissions at the end of each classname, 1 = ADMIN, 2 = 
RESOURCE_DOMAIN_ADMIN, 4 = DOMAIN_ADMIN, 8 = USER
 ### Please standardize naming conventions to camel-case (even for acronyms).
 
+### CloudStack authentication commands
+login=15
+logout=15
+samlsso=15
+samlslo=15
+
 ### Account commands
 createAccount=7
 deleteAccount=7

Reply via email to