org.openmobileis.module.test.server
Class TestBundleUserManagerFactory
java.lang.Object
org.openmobileis.module.test.server.TestBundleUserManagerFactory
- All Implemented Interfaces:
- UserManagerFactory
- public final class TestBundleUserManagerFactory
- extends java.lang.Object
- implements UserManagerFactory
Title: OpenMobileIS project source
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestBundleUserManagerFactory
public TestBundleUserManagerFactory()
authenticateUser
public java.lang.String authenticateUser(java.lang.String login,
java.lang.String pass)
throws ServiceException,
UserNotFoundException
- Description copied from interface:
UserManagerFactory
- Authenticate the login/pass.
return the authenticated userId if ok.
- Specified by:
authenticateUser
in interface UserManagerFactory
- Parameters:
login
- pass
-
- Returns:
-
- Throws:
ServiceException
UserNotFoundException
logoutUser
public void logoutUser(java.lang.String userid)
throws ServiceException
- Specified by:
logoutUser
in interface UserManagerFactory
- Throws:
ServiceException
storeUser
public void storeUser(User user)
throws ServiceException,
UserAlreadyExistException
- Specified by:
storeUser
in interface UserManagerFactory
- Throws:
ServiceException
UserAlreadyExistException
getUser
public User getUser(java.lang.String userID)
throws ServiceException,
UserNotFoundException
- Specified by:
getUser
in interface UserManagerFactory
- Throws:
ServiceException
UserNotFoundException
deleteUser
public void deleteUser(java.lang.String userID)
throws ServiceException,
UserNotFoundException
- Specified by:
deleteUser
in interface UserManagerFactory
- Throws:
ServiceException
UserNotFoundException
Copyright 2006 OpenMobileIS. All Rights Reserved.