uk.ac.soton.itinnovation.grid.service.account.webadmin
Class PrivateAccountAdmin

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.account.webadmin.AccountAdmin
      extended by uk.ac.soton.itinnovation.grid.service.account.webadmin.PrivateAccountAdmin

public class PrivateAccountAdmin
extends AccountAdmin

Code to create a web administration interface for account services. To use it, create a new AccountAdmin object in your JSP page and then call processPOST(). Call showAccounts() to display a table showing the current accounts.


Field Summary
 
Fields inherited from class uk.ac.soton.itinnovation.grid.service.account.webadmin.AccountAdmin
factory, pdp, request, resourceID, thisServiceURL
 
Constructor Summary
PrivateAccountAdmin(HttpServletRequest request)
          Create a new PrivateAccountAdmin from the parameters in this request.
 
Method Summary
 void showAccount(Writer out)
           
 
Methods inherited from class uk.ac.soton.itinnovation.grid.service.account.webadmin.AccountAdmin
processPOST, row, rowEsc, showID, statusButton, statusButtons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivateAccountAdmin

public PrivateAccountAdmin(HttpServletRequest request)
                    throws Stop
Create a new PrivateAccountAdmin from the parameters in this request. The request must contain a parameter named 'resource', identifying the account resource.

Throws:
Stop
Method Detail

showAccount

public void showAccount(Writer out)
                 throws IOException,
                        Stop
Throws:
IOException
Stop


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.