Uses of Class
net.pleso.auth.client.UserInfo

Packages that use UserInfo
net.pleso.auth.client   
net.pleso.auth.server   
 

Uses of UserInfo in net.pleso.auth.client
 

Methods in net.pleso.auth.client that return UserInfo
 UserInfo AuthService.getUserInfo()
          Gets authenticated user information.
 

Methods in net.pleso.auth.client with parameters of type UserInfo
 java.lang.String[] AuthService.loginUser(UserInfo user)
          Login user with login and password information.
 void AuthController.loginUser(UserInfo user)
          Login user with login and password information.
 void AuthServiceAsync.loginUser(UserInfo user, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void IAuthResultListener.setUserInfo(UserInfo info)
          Calls when user information was received.
 

Uses of UserInfo in net.pleso.auth.server
 

Methods in net.pleso.auth.server that return UserInfo
 UserInfo DefaultAuthServiceImpl.getUserInfo()
           
 

Methods in net.pleso.auth.server with parameters of type UserInfo
 void IAuthProvider.fillConnectionInfo(UserInfo user)
          Fills connection properties into user information (database, host, etc.).
 java.lang.String[] DefaultAuthServiceImpl.loginUser(UserInfo user)
           
 



Copyright © 2006-2007 pleso.net crew All Rights Reserved.