|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserManagerInterface
This is user manager remote interface. This is used by remote admin GUI.
Method Summary | |
---|---|
boolean |
authenticate(String login,
String password)
Authenticate user |
void |
delete(String userName)
Delete the user from the system. |
boolean |
doesExist(String name)
User existance check. |
String |
getAdminName()
Get admin user name |
List |
getAllUserNames()
Get all user names in the system. |
User |
getUserByName(String name)
Get user by name. |
void |
reload()
Load the user data again |
void |
save(User user)
Save the user. |
Method Detail |
---|
void save(User user) throws Exception
Exception
void delete(String userName) throws Exception
name
- name of the user to be deleted.
Exception
User getUserByName(String name) throws RemoteException
RemoteException
List getAllUserNames() throws RemoteException
RemoteException
boolean doesExist(String name) throws RemoteException
name
- user name
RemoteException
boolean authenticate(String login, String password) throws RemoteException
RemoteException
void reload() throws Exception
Exception
String getAdminName() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |