|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.itinnovation.grid.service.account.webadmin.AccountAdmin
public abstract class AccountAdmin
Code to create a web administration interface for account services.
| Field Summary | |
|---|---|
protected static org.hibernate.SessionFactory |
factory
|
protected static PDPImpl |
pdp
|
protected HttpServletRequest |
request
|
protected String |
resourceID
|
protected URL |
thisServiceURL
|
| Constructor Summary | |
|---|---|
AccountAdmin(HttpServletRequest request)
Create a new AccountAdmin from the parameters in this request. |
|
| Method Summary | |
|---|---|
String |
processPOST()
Check whether this request is a POST asking us to update the ACLs. |
protected String |
row(String heading,
String value)
|
protected String |
rowEsc(String heading,
Object value)
|
protected static String |
showID(IDType id)
Shows the CN of the subject, with the full subject and issuer in a tooltip. |
protected String |
statusButton(String label,
String event)
|
protected String |
statusButtons(String status)
Returns a set of buttons to change the status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static PDPImpl pdp
protected static org.hibernate.SessionFactory factory
protected String resourceID
protected URL thisServiceURL
protected HttpServletRequest request
| Constructor Detail |
|---|
public AccountAdmin(HttpServletRequest request)
throws Stop
Stop| Method Detail |
|---|
public String processPOST()
throws Stop,
GridFailureException,
ObjectAlreadyExists
Stop
GridFailureException
ObjectAlreadyExists
protected String row(String heading,
String value)
protected String rowEsc(String heading,
Object value)
protected static String showID(IDType id)
throws IOException
IOException
protected String statusButton(String label,
String event)
protected String statusButtons(String status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||