com.tintin.devcloud.web.auth.AuthenticationManager Class Reference

List of all members.

Public Member Functions

Session login (String username, String password, boolean staySignedIn) throws IllegalAccessException
boolean logoutUserFromSessionID (String sessionID) throws IllegalAccessException
User getUserFromSession (String sessionID) throws IllegalAccessException

Static Public Member Functions

static AuthenticationManager getInstance ()

Detailed Description

Author:
anil

Member Function Documentation

static AuthenticationManager com.tintin.devcloud.web.auth.AuthenticationManager.getInstance (  )  [static]
User com.tintin.devcloud.web.auth.AuthenticationManager.getUserFromSession ( String  sessionID  )  throws IllegalAccessException
Parameters:
sessionID 
Returns:
Exceptions:
IllegalAccessException 
Session com.tintin.devcloud.web.auth.AuthenticationManager.login ( String  username,
String  password,
boolean  staySignedIn 
) throws IllegalAccessException
Parameters:
username 
password 
staySignedIn 
Returns:
Exceptions:
IllegalAccessException 
boolean com.tintin.devcloud.web.auth.AuthenticationManager.logoutUserFromSessionID ( String  sessionID  )  throws IllegalAccessException
Parameters:
sessionID 
Returns:
Exceptions:
IllegalAccessException 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations
Generated on Sun Jun 9 14:54:34 2013 for TinTinDEVCLOUD by  doxygen 1.6.3