Copyright USER1 Subsystems Corporation
2016-3-9 21:32

Class net.user1.orbiter.AccountManager

Constructor
 

Methods

 
 
addRole(userID, role)
 
changePassword(userID, newPassword, oldPassword)
 
createAccount(userID, password)
 
getAccount(userID)
 
 
 
 
 
 
 
 
login(userID, password)
 
logoff(userID, password)
 
 
removeAccount(userID, password)
 
removeRole(userID, role)
 
 
 
Inherited Methods
from net.user1.events.EventDispatcher:
addEventListener()
dispatchEvent()
getListeners()
hasListener()
removeEventListener()
toString()