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/6016613d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6016613d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6016613d Branch: refs/heads/master Commit: 6016613d5b8041d84ce655c43a9f095b407054b9 Parents: e6d2b23 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 12:01:29 2014 +0200 ---------------------------------------------------------------------- client/tomcatconf/commands.properties.in | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6016613d/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