|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Account | |
---|---|
net.sf.juoserver.data | |
net.sf.juoserver.model | |
net.sf.juoserver.networking | |
net.sf.juoserver.protocol |
Uses of Account in net.sf.juoserver.data |
---|
Methods in net.sf.juoserver.data that return types with arguments of type Account | |
---|---|
List<Account> |
DataManagerImpl.loadAccounts()
|
Uses of Account in net.sf.juoserver.model |
---|
Methods in net.sf.juoserver.model that return Account | |
---|---|
static Account |
Account.createAccount(int accountId,
String username,
String password,
int... serialIds)
|
Account |
Core.findAccountByUsername(String username)
Retrieves an Account by username and password; the password is
needed to check the credentials. |
Account |
CoreImpl.findAccountByUsername(String username)
Retrieves an Account by username and password; the password is
needed to check the credentials. |
Methods in net.sf.juoserver.model with parameters of type Account | |
---|---|
void |
Core.addAccount(Account account)
Adds an account. |
void |
CoreImpl.addAccount(Account account)
|
boolean |
Core.authenticate(Account account,
String password)
Attempts to authenticate the given account with the specified password. |
boolean |
CoreImpl.authenticate(Account account,
String password)
Attempts to authenticate the given account with the specified password. |
Uses of Account in net.sf.juoserver.networking |
---|
Methods in net.sf.juoserver.networking that return types with arguments of type Account | |
---|---|
List<Account> |
DataManager.loadAccounts()
|
Uses of Account in net.sf.juoserver.protocol |
---|
Methods in net.sf.juoserver.protocol that return Account | |
---|---|
Account |
ControllerImpl.getAccount()
|
Methods in net.sf.juoserver.protocol with parameters of type Account | |
---|---|
void |
ControllerImpl.setAccount(Account account)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |