AbstractBaseController |
Provides Exception handling for all API controllers in the ServerContext.
|
ApiExceptionHandler |
Class defines exception handlers for generic exceptions.
|
AuthenticationController |
Controller that handles authentication related actions on the API.
|
DecisionTreeController |
|
DocumentController |
|
ImageController |
|
LanguageController |
Controller used to get available languages for the activated project and also set a new language for it
|
OpenIdConnectAuthenticationController |
This controller is used specifically for clients that only accept JSON and use OpenID Connect Identity Provider.
|
OpenIdConnectLoginResponse |
Response received after calling the /api/v2/oidc/login endpoint.
|
SessionController |
Controller which performs actions related to sessions
|
SseController |
This controller provides a Server Sent Event endpoint for messages pushed to the SsePushChannel
|
StartController |
This controller is used specifically for clients that only accept JSON instead of HTML and have their own login
screen.
|
WebFunctionController |
|