Use UserManagerDB to get user data
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 () |
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.
group | ||
login | ||
pass |
ServiceException | ||
UserNotFoundException |
Definition at line 75 of file UserManager.java.
References org.openmobileis.common.user.UserManagerFactory.authenticateUser().