| Interface | Description |
|---|---|
| AuthenticationService | |
| TemporaryUserManagementService |
The temporary user administration service's interface.
|
| UserManagementService |
The interface of the user administration service.
|
| Class | Description |
|---|---|
| TemporaryUserEntry |
Stores a temporary user's entry data.
|
| TemporaryUserEntrySearchResult |
Returns the result of the temporary user data search.
|
| UserEntry |
Stores the user's entry data.
|
| UserEntrySearchResult |
Returns the result of the user data search.
|
| UserProfile |
Retains the user's profile.
|
| Exception | Description |
|---|---|
| InvalidUserIdException |
Exception thrown when an invalid userid is specified.
|
| UserAlreadyExistsException |
Exception thrown when the user already exists.
|
| UserNotFoundException |
Exception thrown when the specified user does not exist.
|