org.openmobileis.common.user.UserManager Class Reference

List of all members.


Detailed Description

Title: OpenMobileIS project source
Description: generic user service.

Use UserManagerDB to get user data

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 40 of file UserManager.java.


Public Member Functions

String authenticateUser (String group, String login, String pass) throws ServiceException, UserNotFoundException
 Authenticate the login/pass for group.

Member Function Documentation

String org.openmobileis.common.user.UserManager.authenticateUser ( String  group,
String  login,
String  pass 
) throws ServiceException, UserNotFoundException

Authenticate the login/pass for group.

return the authenticated userId if ok.

Parameters:
group 
login 
pass 
Returns:
Exceptions:
ServiceException 
UserNotFoundException 

Definition at line 80 of file UserManager.java.

References org.openmobileis.common.user.UserManagerFactory.authenticateUser(), and org.openmobileis.common.user.UserManagerDefaultFactory.setAuthenticationGroup().


The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:20 2010 for OpenMobileIS by  doxygen 1.5.4