Inheritance diagram for org.openmobileis.examples.mycrm.data.jdbc.MyCrmJDBCUserFactory:
Definition at line 44 of file MyCrmJDBCUserFactory.java.
Public Member Functions | |
MyCrmJDBCUserFactory () | |
void | deleteUser (String userID) throws ServiceException, UserNotFoundException |
void | storeUser (User user) throws ServiceException, UserAlreadyExistException |
User | getUser (String userID) throws ServiceException, UserNotFoundException |
String | authenticateUser (String login, String pass) throws ServiceException, UserNotFoundException |
Authenticate the login/pass. |
String org.openmobileis.examples.mycrm.data.jdbc.MyCrmJDBCUserFactory.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 95 of file MyCrmJDBCUserFactory.java.
References org.openmobileis.common.util.database.ManagerDB.garbageOpenedConnection(), org.openmobileis.common.util.database.AbstractQueryManager.getDbManager(), and org.openmobileis.examples.mycrm.data.jdbc.MyCrmUserManagerDBQuery.getUserIDWithloginPass().