|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gridbus.gmd.security.JSPHandler
Title: The Grid Market Directory (GMD) Toolkit Developer: The Gridbus Project The Grid Computing and Distributed Systems (GRIDS) Laboratory The University of Melbourne, Australia URL: http://www.gridbus.org
Field Summary | |
protected ServletContext |
context
|
protected HttpServletRequest |
request
|
protected boolean |
requiresLoggedIn
|
protected boolean |
requiresLoggedOut
|
protected HttpServletResponse |
response
|
protected gridbus.gmd.security.SessionWrapper |
sw
|
Constructor Summary | |
JSPHandler()
|
Method Summary | |
boolean |
forward(java.lang.String url)
Method forward. |
protected java.lang.String |
getRequestURI()
Method getRequestURI. |
protected gridbus.gmd.security.SessionWrapper |
getSessionWrapper()
Method getSessionWrapper. |
boolean |
isLoggedIn()
Method isLoggedIn. |
boolean |
isPost()
Method isPost. |
boolean |
loginStateInvalid()
Method loginStateInvalid. |
void |
process(HttpServletRequest req,
HttpServletResponse resp,
ServletContext c)
Method process. |
boolean |
redirect(java.lang.String url)
Method redirect. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected HttpServletRequest request
protected HttpServletResponse response
protected ServletContext context
protected gridbus.gmd.security.SessionWrapper sw
protected boolean requiresLoggedIn
protected boolean requiresLoggedOut
Constructor Detail |
public JSPHandler()
Method Detail |
public void process(HttpServletRequest req, HttpServletResponse resp, ServletContext c)
req
- resp
- c
- public boolean redirect(java.lang.String url)
url
-
public boolean forward(java.lang.String url)
url
-
public boolean loginStateInvalid()
public boolean isLoggedIn()
public boolean isPost()
protected java.lang.String getRequestURI()
protected gridbus.gmd.security.SessionWrapper getSessionWrapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |