| Interface | Description |
|---|---|
| ILoginAssistantPlugin |
ADVANCED USERS ONLY
Allows to plug custom code in the LoginAssistant process flow.
|
| Class | Description |
|---|---|
| LoginAssistantComponent |
Overview
The Login Assistant component is a helper class that assist developers in creating a solid database-driven
login system without the hassle of writing your own database access code.
|
| LoginConfiguration |
This is the main configuration object used by the Login Assistant to load data from
the user's database.
|
| LoginData |
This object is passed to an ILoginAssistantPlugin at runtime, during the login process.
|
| Exception | Description |
|---|---|
| PasswordCheckException |