Inheritance diagram for org.openmobileis.test.mock.common.MockUserManagerFactory:
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 |
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.
login | ||
pass |
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().