org.glite.security.voms.webui.admin
Class UserActions
java.lang.Object
org.glite.security.voms.webui.Page
org.glite.security.voms.webui.VOMSPage
org.glite.security.voms.webui.admin.Page
org.glite.security.voms.webui.admin.UserActions
- public class UserActions
- extends Page
Field Summary |
static int |
USER_LIST_LIMIT
Maximal number of users to be listed. |
Fields inherited from class org.glite.security.voms.webui.admin.Page |
admin |
Fields inherited from class org.glite.security.voms.webui.VOMSPage |
cns, log |
Method Summary |
void |
doAction(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
|
static void |
printSearchForm(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
|
static void |
printSearchForm(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
boolean startform)
|
static void |
printUserList(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
Print a user list page, optionally restricted to users in a given
container and/or users matching a given pattern. |
static boolean |
unknownUser(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
|
Methods inherited from class org.glite.security.voms.webui.admin.Page |
theAdmin |
Methods inherited from class org.glite.security.voms.webui.Page |
addChild, button, button, endForm, endForm, getPage, getTitle, getWebuiURL, hiddenField, hiddenField, init, options, printHeaderTab, printLink, printLink, printLoginInfoTab, printMenuTab, printPagePart, radio, radio, startForm, startForm, textField, textField, textField, textField |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_LIST_LIMIT
public static int USER_LIST_LIMIT
- Maximal number of users to be listed. If the number of users is above
this limit, then a search box is printed.
UserActions
public UserActions()
printUserList
public static void printUserList(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
throws java.rmi.RemoteException,
VOMSException
- Print a user list page, optionally restricted to users in a given
container and/or users matching a given pattern.
- Throws:
java.rmi.RemoteException
VOMSException
printSearchForm
public static void printSearchForm(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
boolean startform)
printSearchForm
public static void printSearchForm(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
unknownUser
public static boolean unknownUser(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException
doAction
public void doAction(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
throws java.rmi.RemoteException,
VOMSException
- Overrides:
doAction
in class Page
- Throws:
java.rmi.RemoteException
VOMSException