org.apache.geronimo.console.util
Class SERealmUserHelper
java.lang.Object
org.apache.geronimo.console.util.KernelHelper
org.apache.geronimo.console.util.RealmHelper
org.apache.geronimo.console.util.SERealmUserHelper
public class SERealmUserHelper
- extends RealmHelper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERealmUserHelper
public SERealmUserHelper()
getUsers
public static String[] getUsers()
throws Exception
- Throws:
Exception
getPassword
public static String getPassword(String username)
throws Exception
- Throws:
Exception
userExists
public static boolean userExists(String username)
throws Exception
- Throws:
Exception
addUser
public static void addUser(String username,
String password)
throws Exception
- Throws:
Exception
updateUser
public static void updateUser(String username,
String password)
throws Exception
- Throws:
Exception
deleteUser
public static void deleteUser(String username)
throws Exception
- Throws:
Exception
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.