| Class | Description |
|---|---|
| AccessClient |
An access client represents a remote application, which works in behalf of an user
|
| AccessClientLog |
Stores status changes for an access client
|
| AccessClientPrincipalType |
A principal type for access clients (remote applications)
|
| ActivatablePrincipalType |
A principal type which can be activated for users
|
| Agreement | |
| AgreementContent |
When many users accept the same agreement content the system
will make different agreement logs pointing to the same agreement content.
|
| AgreementLog | |
| BuiltInPrincipalType |
Built-in principal types
|
| Channel |
A channel is an user interface to access Cyclos functionality.
|
| CustomFieldPrincipalType |
A principal type which represents an unique custom field
|
| FailedActionLog |
Base class for storing failed attempts to perform a specific action.
|
| FailedPasswordLog |
Stores an invalid attempt for an user password.
|
| FailedPrincipalLog |
Stores an invalid attempt for logging-in with a principal (normally an username) in a given remote address.
|
| FailedSecurityAnswerLog |
Stores an invalid attempt for a security answer
|
| FailedTokenActivationLog |
Stores an invalid attempt to activate a token
|
| FailedUserLocationLog |
Stores an invalid attempt to locate a user
|
| FailedVoucherRedeemingLog |
Stores an invalid attempt to redeeming a voucher
|
| ForgotPasswordRequestLog |
Stores a forgot password request attempt
|
| GuestFailedActionLog |
Stores failed attempts to perform a guest action
|
| NFCToken |
A NFC token additionally contain settings needed to encipher/decipher data.
|
| NFCTokenPrincipalType |
The type representing a NFC tag/device token.
|
| Password |
Stores an user's password for a password type
|
| PasswordType |
A password type which defines an user password
|
| PrincipalType |
Represents a principal type, like the username, e-mail, mobile phone, profile field or token
|
| RemoteAddessBlock |
Stores the time a remote address is blocked for logins (it can be blocked by exceeding the invalid username attempts)
|
| Session |
Represents a session for a stateful access
|
| Token |
Stores a token value
|
| TokenPrincipalType |
A token type represents a category for tokens: cards, nfc tags, etc.
|
| UserFailedActionLog |
Stores failed attempts to perform a user action
|
| VirtualKeyboardInput |
Stores data for a specific virtual keyboard input, so we can validate the data sent from clients
|