org.siebengeisslein.admin
Class Accounts
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.admin.Accounts
- All Implemented Interfaces:
- Instrumented
public class Accounts
- extends Persistent
| Methods inherited from class org.siebengeisslein.client.Persistent |
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SYSTEM_GROUP
public static final int SYSTEM_GROUP
- See Also:
- Constant Field Values
Accounts
public Accounts()
getNextGroup
public int getNextGroup()
login
public Account login(java.lang.String user,
java.lang.String password)
throws LoginException
- Throws:
LoginException
addAccount
public void addAccount(Account account)
removeAccount
public void removeAccount(PString accountName)
getAccount
public Account getAccount(java.lang.String name)
getAccount
public Account getAccount(PString name)
getAccountNames
public javax.swing.ListModel getAccountNames()
getAccountNameSet
public java.util.Set<PString> getAccountNameSet()