authzMgmtCommandList.add(new ListACL());
authzMgmtCommandList.add(new AddACE());
authzMgmtCommandList.add(new RemoveACE());
// Test
testCommandList.add(new SAMLClient());
serviceCLIList.addAll(policyMgmtCommandList);
serviceCLIList.addAll(papMgmtCommandList);
serviceCLIList.addAll(authzMgmtCommandList);
serviceCLIList.addAll(testCommandList);