org.sakaiproject.user.impl |
|
Java Source File Name | Type | Comment |
AuthnComponentTest.java | Class |
AuthnComponentTest extends the UserAuthnComponent providing the dependency injectors for testing. |
BasePreferencesService.java | Class |
BasePreferencesService is a Sakai Preferences implementation. |
BaseUserDirectoryService.java | Class |
BaseUserDirectoryService is a Sakai user directory services implementation.
User records can be kept locally, in Sakai, externally, by a UserDirectoryProvider, or a mixture of both.
Each User that ever goes through Sakai is allocated a Sakai unique UUID. |
DbPreferencesService.java | Class |
DbPreferencesService is an extension of the BasePreferencesService with database storage. |
DbUserService.java | Class |
DbCachedUserService is an extension of the BaseUserService with a database storage backed up by an in-memory cache. |
OneWayHash.java | Class |
OneWayHash converts a plain text string into an encoded string. |
OpenAuthnComponent.java | Class |
A placeholder wide open Authentication - returns the password as the authentication user (UUID) id. |
PreferencesServiceTest.java | Class |
PreferencesServiceTest extends the db preferences service providing the dependency injectors for testing. |
UserAuthnComponent.java | Class |
An Authentication component working with the UserDirectoryService. |
UserServiceTest.java | Class |
UserServiceTest extends the db user service providing the dependency injectors for testing. |