| Interface | Description |
|---|---|
| PasswordTokenManager |
| Class | Description |
|---|---|
| BaseManagerMockTestCase |
A mock class for testing using Mockito.
|
| GenericManagerImpl<T,PK extends Serializable> |
This class serves as the Base class for all other Managers - namely to hold
common CRUD methods that they might all use.
|
| LookupManagerImpl |
Implementation of LookupManager interface to talk to the persistence layer.
|
| PasswordTokenManagerImpl | |
| PersistentPasswordTokenManagerImpl |
Provides
PasswordTokenManager functionality generating and persisting
random tokens to the db as an extra security check. |
| RoleManagerImpl |
Implementation of RoleManager interface.
|
| UserManagerImpl |
Implementation of UserManager interface.
|
Copyright © 2003–2013. All rights reserved.