- getAccount(String) - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
Get a user account, given his username (the name he registered with)
- getAccount(int) - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
Get a user account, given his BuckoSoft userid
- getAccount(String) - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getAccount(int) - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getAccount(String) - Method in interface com.buckosoft.BSAccountMan.db.AccountDao
-
- getAccount(int) - Method in interface com.buckosoft.BSAccountMan.db.AccountDao
-
Get a BSAccount based on a numeric userid
- getAccount(String, String) - Method in interface com.buckosoft.BSAccountMan.db.AccountDao
-
Get an Account based on username and password.
- getAccount(String, String) - Method in interface com.buckosoft.BSAccountMan.db.Database
-
- getAccount(String) - Method in interface com.buckosoft.BSAccountMan.db.Database
-
- getAccount(int) - Method in interface com.buckosoft.BSAccountMan.db.Database
-
Get an account via the numeric userid
- getAccount(String, String) - Method in class com.buckosoft.BSAccountMan.db.DatabaseImpl
-
- getAccount(String) - Method in class com.buckosoft.BSAccountMan.db.DatabaseImpl
-
- getAccount(int) - Method in class com.buckosoft.BSAccountMan.db.DatabaseImpl
-
- getAccount(String) - Method in class com.buckosoft.BSAccountMan.db.jdbc.AccountDaoJdbc
-
- getAccount(int) - Method in class com.buckosoft.BSAccountMan.db.jdbc.AccountDaoJdbc
-
- getAccount(String, String) - Method in class com.buckosoft.BSAccountMan.db.jdbc.AccountDaoJdbc
-
- getAccountByEmail(String) - Method in interface com.buckosoft.BSAccountMan.db.AccountDao
-
- getAccountByEmail(String) - Method in interface com.buckosoft.BSAccountMan.db.Database
-
- getAccountByEmail(String) - Method in class com.buckosoft.BSAccountMan.db.DatabaseImpl
-
- getAccountByEmail(String) - Method in class com.buckosoft.BSAccountMan.db.jdbc.AccountDaoJdbc
-
- getAccountByToken(int) - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
Get a user account, given his recover password token
- getAccountByToken(int) - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getAccountByToken(int) - Method in interface com.buckosoft.BSAccountMan.db.AccountDao
-
- getAccountByToken(int) - Method in interface com.buckosoft.BSAccountMan.db.Database
-
Get an account by the recovery token.
- getAccountByToken(int) - Method in class com.buckosoft.BSAccountMan.db.DatabaseImpl
-
- getAccountByToken(int) - Method in class com.buckosoft.BSAccountMan.db.jdbc.AccountDaoJdbc
-
- getAppName() - Method in class com.buckosoft.BSAccountMan.domain.BSAccountPlusApp
-
- getBoolean(String, boolean) - Static method in class com.buckosoft.BSAccountMan.util.ConfigManager
-
Retrieves the requested value from the resource files as a boolean.
- getBsAccountMan() - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getDb() - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getInt(String, int) - Static method in class com.buckosoft.BSAccountMan.util.ConfigManager
-
Retrieves the requested value from the resource files as an int.
- getLoginSuccessPageRedirect() - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
- getLoginSuccessPageRedirect() - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getNewPassword() - Method in class com.buckosoft.BSAccountMan.domain.BSAccountPlusApp
-
- getNewUser() - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
Return a new user created by the UserFactory
- getNewUser() - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getNewUserWebSession(BSAccountUser) - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
- getNewUserWebSession(BSAccountUser) - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getOldPassword() - Method in class com.buckosoft.BSAccountMan.domain.BSAccountPlusApp
-
- getPassword() - Method in class com.buckosoft.BSAccountMan.ldap.LdapLoginDialog
-
- getRandomInt() - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
Return a random number.
- getRandomInt() - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getString(String, String) - Static method in class com.buckosoft.BSAccountMan.util.ConfigManager
-
Retrieves the requested value from the resource files as a String.
- getUser(BSAccount) - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- getUserCount() - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
Return the number of users in the system
- getUserCount() - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
Get the number of users in the system
- getUserCount() - Method in interface com.buckosoft.BSAccountMan.db.AccountDao
-
- getUserCount() - Method in interface com.buckosoft.BSAccountMan.db.Database
-
Get the number of users in the database.
- getUserCount() - Method in class com.buckosoft.BSAccountMan.db.DatabaseImpl
-
- getUserCount() - Method in class com.buckosoft.BSAccountMan.db.jdbc.AccountDaoJdbc
-
- getUserName() - Method in class com.buckosoft.BSAccountMan.ldap.LdapLoginDialog
-