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

void registerUserManagerFactoryForGroup (String group, UserManagerFactory factory)
String authenticateUser (String group, String login, String pass) throws ServiceException, UserNotFoundException
 Authenticate the login/pass for group.
void storeUser (String group, User user) throws ServiceException, UserAlreadyExistException
User getUser (String group, String userID) throws ServiceException, UserNotFoundException
void deleteUser (String group, String userID) throws ServiceException, UserNotFoundException

Static Public Member Functions

static UserManager getManager ()


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 75 of file UserManager.java.

References org.openmobileis.common.user.UserManagerFactory.authenticateUser().


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:33 2006 for OpenMobileIS by  doxygen 1.5.1-p1