org.glite.security.voms.webui.admin
Class ACLActions
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.ACLActions
- public class ACLActions
- extends Page
Field Summary |
static java.lang.String[] |
ALLOW_DENY
|
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 |
static ACLEntry |
getACLEntry(javax.servlet.http.HttpServletRequest req)
|
static void |
printACLEdit(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
java.lang.String container,
ACLEntry[] acl,
java.lang.String action)
|
static void |
printACLEntry(java.io.PrintWriter w,
ACLEntry acle)
|
static void |
printACLList(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
ACLEntry[] acl,
java.lang.String editURL)
|
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, doAction, 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 |
ALLOW_DENY
public static final java.lang.String[] ALLOW_DENY
ACLActions
public ACLActions()
printACLList
public static void printACLList(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
ACLEntry[] acl,
java.lang.String editURL)
throws java.rmi.RemoteException,
VOMSException
- Throws:
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
- Throws:
java.rmi.RemoteException
VOMSException
printACLEntry
public static void printACLEntry(java.io.PrintWriter w,
ACLEntry acle)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException
getACLEntry
public static ACLEntry getACLEntry(javax.servlet.http.HttpServletRequest req)
throws ArgumentException
- Throws:
ArgumentException