- BSAccount - Class in com.buckosoft.BSAccount.domain
-
An account in the BSAccount system.
- BSAccount() - Constructor for class com.buckosoft.BSAccount.domain.BSAccount
-
- BSAccountController - Class in com.buckosoft.BSAccount.web
-
Controller for login and logout.
- BSAccountController() - Constructor for class com.buckosoft.BSAccount.web.BSAccountController
-
- BSAccountMan - Interface in com.buckosoft.BSAccount
-
This Interface is the API into the BuckoSoft Account Manager.
- BSAccountManImpl - Class in com.buckosoft.BSAccount
-
This class implements the BSAccount API.
- BSAccountManImpl() - Constructor for class com.buckosoft.BSAccount.BSAccountManImpl
-
- BSAccountUser - Class in com.buckosoft.BSAccount.domain
-
Be a User, base class for an app's User.
- BSAccountUser(BSAccount) - Constructor for class com.buckosoft.BSAccount.domain.BSAccountUser
-
- BSAccountUserWebSession - Class in com.buckosoft.BSAccount.domain
-
Manage who is on the other side of the browser.
- BSAccountUserWebSession() - Constructor for class com.buckosoft.BSAccount.domain.BSAccountUserWebSession
-
- BSAccountUserWebSession(BSAccountUser) - Constructor for class com.buckosoft.BSAccount.domain.BSAccountUserWebSession
-
Create a new session for this user.