org.apache.geronimo.console.util
Class SERealmUserHelper

java.lang.Object
  extended by org.apache.geronimo.console.util.KernelHelper
      extended by org.apache.geronimo.console.util.RealmHelper
          extended by org.apache.geronimo.console.util.SERealmUserHelper

public class SERealmUserHelper
extends RealmHelper


Constructor Summary
SERealmUserHelper()
           
 
Method Summary
static void addUser(String username, String password)
           
static void deleteUser(String username)
           
static String getPassword(String username)
           
static String[] getUsers()
           
static void updateUser(String username, String password)
           
static boolean userExists(String username)
           
 
Methods inherited from class org.apache.geronimo.console.util.KernelHelper
invoke, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SERealmUserHelper

public SERealmUserHelper()
Method Detail

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.