gridbus.gmd.security
Class checksession

java.lang.Object
  |
  +--gridbus.gmd.security.JSPHandler
        |
        +--gridbus.gmd.security.checksession

public class checksession
extends 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
 
Fields inherited from class gridbus.gmd.security.JSPHandler
context, request, requiresLoggedIn, requiresLoggedOut, response, sw
 
Constructor Summary
checksession()
           
 
Method Summary
 java.lang.String getLoginName()
          Method getLoginName.
 java.lang.String getProviderName()
          Method getProviderName.
 boolean getRequiredIn()
          Method getRequiredIn.
 boolean getRequiredOut()
          Method getRequiredOut.
 java.lang.String getSessionID()
           
 
Methods inherited from class gridbus.gmd.security.JSPHandler
forward, getRequestURI, getSessionWrapper, isLoggedIn, isPost, loginStateInvalid, process, redirect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

checksession

public checksession()
Method Detail

getSessionID

public java.lang.String getSessionID()

getLoginName

public java.lang.String getLoginName()
Method getLoginName.

Returns:
String

getRequiredOut

public boolean getRequiredOut()
Method getRequiredOut.

Returns:
boolean

getRequiredIn

public boolean getRequiredIn()
Method getRequiredIn.

Returns:
boolean

getProviderName

public java.lang.String getProviderName()
Method getProviderName.

Returns:
String