|
PSE 2000 Group 4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jobmatch.business.provider.account.AccountManager
Controls access to accounts
| Method Summary | |
(package private) static void |
|
boolean |
candidateUsernameExists(String username)
Checks if the specified username exists in the DB |
boolean |
companyUsernameExists(String username)
Checks if the specified username exists in the DB |
void |
createCandidateAccount(String username,
String passphrase,
String eMail)
Creates a new Candidate account |
void |
createCompanyAccount(String username,
String passphrase,
String eMail)
Creates a new Company account |
void |
createProviderAccount(String username,
String passphrase,
String eMail)
Creates a new Provider account |
CandidateAccount |
getCandidateAccount(String username)
Returns the account of the candidate with the specified username |
CompanyAccount |
getCompanyAccount(String username)
Returns the account of the company with the specified username |
ProviderAccount |
getProviderAccount(String username)
Returns the account of the provider with the specified username |
static AccountManager |
getUniqueInstance()
|
boolean |
isValidCandidateLogin(String username,
String passphrase)
Checks if the specified Login is valid |
boolean |
isValidCompanyLogin(String username,
String passphrase)
Checks if the specified Login is valid |
boolean |
isValidProviderLogin(String username,
String passphrase)
Checks if the specified Login is valid |
boolean |
providerUsernameExists(String username)
Checks if the specified username exists in the DB |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
static void()
public static AccountManager getUniqueInstance()
public boolean isValidCandidateLogin(String username,
String passphrase)
public CandidateAccount getCandidateAccount(String username)
public void createCandidateAccount(String username,
String passphrase,
String eMail)
public boolean candidateUsernameExists(String username)
public boolean isValidCompanyLogin(String username,
String passphrase)
public CompanyAccount getCompanyAccount(String username)
public void createCompanyAccount(String username,
String passphrase,
String eMail)
public boolean companyUsernameExists(String username)
public boolean isValidProviderLogin(String username,
String passphrase)
public ProviderAccount getProviderAccount(String username)
public void createProviderAccount(String username,
String passphrase,
String eMail)
public boolean providerUsernameExists(String username)
|
PSE 2000 Group 4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||