Inheritance diagram for agents.sam.SamImpl:
Public Member Functions | |
SamImpl () | |
void | run () |
boolean | autenticate (String userName, String password) |
int | register (String userName, String password) |
int | unregister (String userName) |
String[] | getAllUserRegistred () |
int | updatePassword (String user, String password) |
String | getPassword (String userName) |
Static Public Member Functions | |
static void | main (String args[]) |
Private Member Functions | |
String | getChildTagValue (Element elem, String tagName) |
int | storeUser (String userName, String password) |
int | unstoreUser (String userName) |
boolean | isUserStored (String userName) |
Node | createUserXML (String password) |
String | createUserInfo (Node node) |
Private Attributes | |
Collection | col = null |
final String | myFileIor = "sam.ior" |
DocumentBuilder | db = null |
String | magConfFile = "../../../mag.conf" |
|
|
|
It is responsible for legalizing the user
|
|
|
|
|
|
Implements interfaces.SamOperations. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|