org.sakaiproject.user.api |
|
Java Source File Name | Type | Comment |
Authentication.java | Interface |
Authentication is the successful result of an authentication attempt. |
AuthenticationException.java | Class |
AuthenticationException models errors in authentication. |
AuthenticationFailedException.java | Class |
AuthenticationFailedException models authetication evidence presented, understood by the AuthenticationManager, but which failed to authenticate. |
AuthenticationManager.java | Interface |
AuthenticationManager provides authentication of end-users. |
AuthenticationUnknownException.java | Class |
AuthenticationUnknownException models authetication evidence that the AuthenticationManager doesn't understand how to process. |
DisplayAdvisorUDP.java | Interface |
DisplayAdvisorUDP is an optional interface for a UserDirectoryProvider to indicate that they should be called for User.getDisplayId() and User.getDisplayName(). |
Evidence.java | Interface |
Evidence is a base interface for specific sets of Authentication evidence collected from end users used for authentication. |
ExternalTrustedEvidence.java | Interface |
ExternalTrustedEvidence is Authetication evidence made up of a user identifier that has been authenticated by a trusted external source. |
IdPwEvidence.java | Interface |
IdPwEvidence is Authetication evidence made up of a user identifier and a password. |
Preferences.java | Interface |
Preferences stores keyed sets of properties for a given user (id). |
PreferencesEdit.java | Interface |
PreferencesEdit is a mutable Preferences. |
PreferencesService.java | Interface | |
User.java | Interface |
User models a Sakai end-user. |
UserAlreadyDefinedException.java | Class |
UserAlreadyDefinedException is thrown whenever an attempt is made to add a user with an id already in use. |
UserDirectoryProvider.java | Interface |
UserDirectoryProvider feeds external user information to the UserDirectoryService. |
UserDirectoryService.java | Interface |
UserDirectoryService manages the end-user modeling for Sakai. |
UserEdit.java | Interface |
UserEdit is a mutable User object. |
UserFactory.java | Interface |
UserFactory is an interface for facility to create User objects consistent with the current UserDirectoryService implementation. |
UserIdInvalidException.java | Class |
UserIdInvalidException is thrown whenever a user creation is attempted with an invalid id. |
UserLockedException.java | Class |
UserLockedException is thrown whenever an attempt is made to edit a user entity that is otherwise locked for edit. |
UserNotDefinedException.java | Class |
UserNotDefinedException is thrown whenever an attempt is made to access a user with an id that is not defined. |
UserPermissionException.java | Class |
UserPermissionException is thrown when an attempt is made to perform a user operation that the end-user does not have permission for. |
UsersShareEmailUDP.java | Interface |
UsersShareEmailUDP is an optional interface for a UserDirectoryProvider to indicate that they support user records that might share the same email address. |