org.edg.security.voms.webui.admin
Class ACLActions
java.lang.Object
|
+--org.edg.security.voms.webui.Page
|
+--org.edg.security.voms.webui.admin.Page
|
+--org.edg.security.voms.webui.admin.ACLActions
- public class ACLActions
- extends Page
Field Summary |
static java.lang.String[] |
ALLOW_DENY
|
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 |
Methods inherited from class org.edg.security.voms.webui.Page |
addChild, button, button, doAction, 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 |
ALLOW_DENY
public static final java.lang.String[] ALLOW_DENY
ACLActions
public ACLActions()
printACLlist
public static void printACLlist(java.io.PrintWriter w,
ACLEntry[] acl)
throws java.rmi.RemoteException,
VOMSException
java.rmi.RemoteException
VOMSException
printACLedit
public static void printACLedit(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
java.lang.String container,
ACLEntry[] acl,
java.lang.String action)
throws java.rmi.RemoteException,
VOMSException
java.rmi.RemoteException
VOMSException
printACLEntry
public static void printACLEntry(java.io.PrintWriter w,
ACLEntry acle)
throws java.rmi.RemoteException,
VOMSException
java.rmi.RemoteException
VOMSException
getACLEntry
public static ACLEntry getACLEntry(javax.servlet.http.HttpServletRequest req)
throws ArgumentException
ArgumentException