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
 
Constructor Summary
ACLActions()
           
 
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(java.io.PrintWriter w, ACLEntry[] acl)
           
 
Methods inherited from class org.edg.security.voms.webui.admin.Page
setTheAdmin, theAdmin
 
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
 

Field Detail

ALLOW_DENY

public static final java.lang.String[] ALLOW_DENY
Constructor Detail

ACLActions

public ACLActions()
Method Detail

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