org.glite.security.voms.webui.admin
Class ACLActions

java.lang.Object
  extended byorg.glite.security.voms.webui.Page
      extended byorg.glite.security.voms.webui.VOMSPage
          extended byorg.glite.security.voms.webui.admin.Page
              extended byorg.glite.security.voms.webui.admin.ACLActions

public class ACLActions
extends Page


Nested Class Summary
static class ACLActions.Edit
           
 
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
 
Fields inherited from class org.glite.security.voms.webui.Page
children, contentType, DEFAULT_CONTENT_TYPE, pages, parent, path, 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(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.VOMSPage
printMainTab, printRootTab
 
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
 

Field Detail

ALLOW_DENY

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

ACLActions

public ACLActions()
Method Detail

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