org.edg.security.voms.webui.admin
Class UserActions
java.lang.Object
|
+--org.edg.security.voms.webui.Page
|
+--org.edg.security.voms.webui.admin.Page
|
+--org.edg.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.edg.security.voms.webui.admin.Page |
admin |
Fields inherited from class org.edg.security.voms.webui.Page |
children, contentType, ENC, log, pages, parent, path, TEXT_HTML, title, visible, visibleChild |
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 |
printUserList(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
|
static boolean |
unknownUser(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
|
Methods inherited from class org.edg.security.voms.webui.Page |
addChild, button, button, endForm, endForm, getPage, getWebuiURL, hiddenField, hiddenField, options, printLink, printPagePart, startForm, 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
java.rmi.RemoteException
VOMSException
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
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
java.rmi.RemoteException
VOMSException