org.apache.geronimo.console.util
Class SERealmGroupHelper
java.lang.Object
org.apache.geronimo.console.util.KernelHelper
org.apache.geronimo.console.util.RealmHelper
org.apache.geronimo.console.util.SERealmGroupHelper
public class SERealmGroupHelper
- extends RealmHelper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERealmGroupHelper
public SERealmGroupHelper()
getGroups
public static String[] getGroups()
throws Exception
- Throws:
Exception
addGroup
public static void addGroup(String groupName,
String[] userList)
throws Exception
- Throws:
Exception
updateGroup
public static void updateGroup(String groupName,
String[] userList)
throws Exception
- Throws:
Exception
groupExists
public static boolean groupExists(String username)
throws Exception
- Throws:
Exception
addGroup
public static void addGroup(String groupName,
String userList)
throws Exception
- Throws:
Exception
updateGroup
public static void updateGroup(String groupName,
String userList)
throws Exception
- Throws:
Exception
deleteGroup
public static void deleteGroup(String groupName)
throws Exception
- Throws:
Exception
getUsers
public static Set getUsers(String groupName)
throws Exception
- Throws:
Exception
isGroupMember
public static boolean isGroupMember(String groupName,
String username)
throws Exception
- Throws:
Exception
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.