org.openmobileis.common.user.UserManagerFactory Interface Reference

Inheritance diagram for org.openmobileis.common.user.UserManagerFactory:

org.openmobileis.common.user.impl.MonoUserUserManagerFactory org.openmobileis.examples.mycrm.data.jdbc.MyCrmJDBCUserFactory org.openmobileis.test.mock.common.MockUserManagerFactory List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Base interface of all user manager.

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

Definition at line 36 of file UserManagerFactory.java.

Public Member Functions

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


Member Function Documentation

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

Authenticate the login/pass.

return the authenticated userId if ok.

Parameters:
login 
pass 
Returns:
Exceptions:
ServiceException 
UserNotFoundException 

Implemented in org.openmobileis.common.user.impl.MonoUserUserManagerFactory, org.openmobileis.examples.mycrm.data.jdbc.MyCrmJDBCUserFactory, and org.openmobileis.test.mock.common.MockUserManagerFactory.

Referenced by org.openmobileis.common.user.UserManager.authenticateUser().


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