From 6016613d5b8041d84ce655c43a9f095b407054b9 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 12 Aug 2014 07:25:08 +0200 Subject: [PATCH] commands.properties: add login,logout,samlsso,samlslo apis Signed-off-by: Rohit Yadav --- client/tomcatconf/commands.properties.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 33699c04437..e3e892bbdc0 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