org.openmobileis.test.mock.common.MockUserManagerFactory Class Reference

Inheritance diagram for org.openmobileis.test.mock.common.MockUserManagerFactory:

org.openmobileis.common.user.UserManagerFactory List of all members.

Detailed Description

Definition at line 42 of file MockUserManagerFactory.java.

Public Member Functions

 MockUserManagerFactory (String group, String profilid, Credential cred)
String authenticateUser (String login, String pass) throws ServiceException, UserNotFoundException
 Authenticate the login/pass.
void deleteUser (String userID) throws ServiceException, UserNotFoundException
User getUser (String userID) throws ServiceException, UserNotFoundException
void storeUser (User user) throws ServiceException, UserAlreadyExistException


Member Function Documentation

String org.openmobileis.test.mock.common.MockUserManagerFactory.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 

Implements org.openmobileis.common.user.UserManagerFactory.

Definition at line 58 of file MockUserManagerFactory.java.

References org.openmobileis.synchro.security.auth.Credential.getPassword(), and org.openmobileis.synchro.security.auth.Credential.getPrincipal().


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