uk.ac.soton.itinnovation.grid.service.account.webadmin
Class PrivateAccountAdmin
java.lang.Object
uk.ac.soton.itinnovation.grid.service.account.webadmin.AccountAdmin
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
showAccount
public void showAccount(Writer out)
throws IOException,
Stop
- Throws:
IOException
Stop
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.