| ApiKeyDeprecatedException |
Exception thrown when trying to perform an action on a deprecated API key
|
| ApiKeyException |
Created by luthien on 01/08/2017.
|
| ApiKeyExistsException |
Exception thrown when trying to create a new API key for an application name and email address that is already in use
|
| ApiKeyNotDeprecatedException |
Exception thrown when trying to enable an API key that was not disabled/deprecated
|
| ApiKeyNotFoundException |
Exception thrown when there the requested API key cannot be found
|
| CaptchaException |
Exception thrown when the captcha could not be validated
|
| ForbiddenException |
Exception thrown when there is not enough information, e.g.
|
| KCClientExistsException |
Exception thrown when we try to create a keycloak client that already exists
|
| KCIdNotEmptyException |
Exception thrown when we try to recreate a keycloak client for an apikey that already has a keycloakId set
|
| MissingDataException |
Exception thrown when there is not enough information, e.g.
|
| MissingKCClientException |
Exception thrown when the keycloak client could not be found
|
| MissingKeyException |
Exception thrown when no API key was specified (in a validate request)
|
| SendMailException |
Exception thrown when an email cannot be sent (e.g.
|