Uses of Class
org.caleigo.security.UserInfo

Packages that use UserInfo
org.caleigo.security   
 

Uses of UserInfo in org.caleigo.security
 

Subclasses of UserInfo in org.caleigo.security
static class UserInfo.DefaultUserInfo
           
 

Fields in org.caleigo.security declared as UserInfo
protected  UserInfo ILoginService.LogoutMessage.mUserInfo
           
protected  UserInfo ILoginService.LoginServiceReturnMessage.mUserInfo
           
 

Methods in org.caleigo.security that return UserInfo
static UserInfo UserInfo.getCurrentUserInfo()
          Returns the UserInfo object that defines the current user in the system for the scope defined by the current thread.
 UserInfo LoginService.login()
          Tries to log in a user without supplying any login information.
 UserInfo LoginService.login(java.lang.Object loginInfo)
          This method takes login information supplied in the loginInfo object.
 UserInfo LoginService.login(java.lang.String username, java.lang.String password)
          This is a helper method that logs in a user based on the supplied username-password pair.
 UserInfo LoginService.LoginProxyService.login()
          Tries to log in a user without supplying any login information.
 UserInfo ISession.getUserInfo()
          Returns the UserInfo corresponding to this session.
 UserInfo ISession.DefaultSession.getUserInfo()
           
 UserInfo ILoginService.login()
          Tries to log in a user without supplying any login information.
 UserInfo ILoginService.login(java.lang.Object loginInfo)
          This method takes login information supplied in the loginInfo object.
 UserInfo ILoginService.login(java.lang.String username, java.lang.String password)
          This is a helper method that logs in a user based on the supplied username-password pair.
 UserInfo ILoginService.LogoutMessage.getUserInfo()
           
 UserInfo ILoginService.LoginServiceReturnMessage.getUserInfo()
           
 UserInfo ILoginHandler.login(java.lang.Object loginInfo)
          Tries to log in a user.
 UserInfo ILoginHandler.DefaultLoginHandler.login(java.lang.Object loginInformation)
          Tries to log in a user.
 UserInfo DataSourceLoginHandler.login(java.lang.Object loginInfo)
           
 

Methods in org.caleigo.security with parameters of type UserInfo
static void UserInfo.setCurrentUserInfo(UserInfo userInfo)
          Sets the UserInfo object that defines the current user in the system.
static void UserInfo.setDefaultUserInfo(UserInfo userInfo)
          Sets the default UserInfo object that will be used as the UserInfo object for all threads that has not had another info explicitly set.
 void UserInfo.copyFrom(UserInfo userInfo)
           
 void SessionHandler.createSession(UserInfo userInfo)
          Creates a new session and associates a session objetc with it.
 boolean SessionHandler.isValidSession(UserInfo userInfo, int sessionID)
           
protected  ISession SessionHandler.createSession(UserInfo userInfo, int sessionID)
           
 boolean LoginService.logout(UserInfo userInfo)
           
 void LoginService.updateUserInfo(UserInfo userInfo)
          Updates an UserInfo object that represents an allready logged in user with relevante user information.
 boolean LoginService.LoginProxyService.logout(UserInfo userInfo)
           
 boolean ILoginService.logout(UserInfo userInfo)
           
 void ILoginService.updateUserInfo(UserInfo userInfo)
          Updates an UserInfo object that represents an allready logged in user with relevante user information.
 

Constructors in org.caleigo.security with parameters of type UserInfo
ISession.DefaultSession(UserInfo userInfo, int sessionID)
           
ILoginService.LogoutMessage(UserInfo userInfo, int sessionID)
           
ILoginService.LoginServiceReturnMessage(UserInfo userInfo, boolean result, java.lang.Throwable exception)
           
 



Copyright © 2005 Caleigo. All Rights Reserved.