| Interface | Description |
|---|---|
| PermissionOperation |
Operation over permissions used by product forms
|
| SecurityElement |
| Class | Description |
|---|---|
| AccessKeys | |
| AccessKeys.AgreementLogs | |
| AccessKeys.Agreements | |
| AccessKeys.Channels | |
| AccessKeys.Clients | |
| AccessKeys.Login | |
| AccessKeys.Passwords | |
| AccessKeys.PasswordTypes | |
| AccessKeys.PrincipalTypes | |
| AccessKeys.Tokens | |
| AccessKeys.UserChannels | |
| BaseMobileDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| BaseMobileInitializationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| BaseMobileUserInitializationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| BasicInitializationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| BasicInitializationWithContentData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| GuestInitializationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| InitializationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| LoginData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| MobileGuestDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| MobileGuestInitializationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| MobilePosInitializationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| MobileUserDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| MobileUserInitializationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| PermissionVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| RequestData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| UserInitializationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| Enum | Description |
|---|---|
| AccessSubmodule |
Submodules for the
ACCESS module |
| MobileOperation |
The mobile application doesn't work with the permissions directly.
|
| Permission |
Contains all possible permissions
|
| PermissionUserAccess |
Indicates if / which user access a permission is required.
|
| Role |
Possible roles for Cyclos actors
|
| SecurityQuestion |
Contains the possible security questions for users to retrieve forgotten passwords
|
| Exception | Description |
|---|---|
| ExpiredPasswordException |
Error when a given password is expired and cannot be changed by the owner
|
| InaccessibleChannelException |
Exception thrown when an user is trying to access a channel he cannot / chose not to participate
|
| IndefinitelyBlockedPasswordException |
Error when a given password was indefinitely blocked by exceeding the allowed attempts
|
| InvalidAccessClientException |
Exception thrown when the access client used to connect is not
AccessClientStatus.ACTIVE or was not found
(marked with status
AccessClientStatus.REMOVED) |
| InvalidChannelUsageException |
Exception thrown when a user access to Cyclos through a channel in a way not supported by the channel.
|
| InvalidNetworkException |
Attempt to access Cyclos using a network that has been disabled
|
| InvalidPasswordException |
Error when a given password is invalid
|
| InvalidSecurityAnswerException |
Error when a given answer is invalid.
|
| InvalidSessionDataException |
Indicates that the
InvocationData provided to a service invocation is invalid |
| InvalidTokenException |
Exception thrown when a user tries to activate a token with an invalid value.
|
| LoggedOutException |
Exception thrown when a logged user has lost his session or is not logged.
|
| LoginException |
Error during login
|
| MaxTokenActivationAttemptsException |
Exception thrown when a user has been blocked by attempting to activate a token with an invalid value.
|
| OperatorWithPendingAgreementsException |
Exception thrown when an operator attempts to access Cyclos, but his owner user has pending agreements
|
| PasswordException |
Error validating an user's passwords
|
| PermissionDeniedException |
Exception thrown when an user did not have a given set of permission
|
| RemoteAddressBlockedException |
Exception thrown when the remote address (IP) has been blocked by attempting to login with invalid usernames
|
| TemporarilyBlockedPasswordException |
Error when a given password was temporarily blocked by exceeding the allowed attempts
|
| TokenAlreadyInUseException |
Exception thrown when trying to initialize a NFC tag/device but there is an existing token in use in the system with
the same value and type.
|
| UnauthorizedAddressException |
Exception thrown when an user is trying to access a channel from an IP address which is not whitelisted
|
| UnauthorizedURLException |
Exception thrown when an user is trying to access Cyclos from a URL which is not exactly the one set in the
configuration, when the configuration
forces access with the specific URL
|