Uses of Class
com.aquima.web.api.controller.v2.AbstractBaseController
Packages that use AbstractBaseController
Package
Description
-
Uses of AbstractBaseController in com.aquima.web.api.controller.v1
Subclasses of AbstractBaseController in com.aquima.web.api.controller.v1Modifier and TypeClassDescriptionclass
Controller used to get available languages for the activated project and also set a new language for it -
Uses of AbstractBaseController in com.aquima.web.api.controller.v2
Subclasses of AbstractBaseController in com.aquima.web.api.controller.v2Modifier and TypeClassDescriptionclass
Controller that handles authentication related actions on the API.class
class
class
Controller used to get available languages for the activated project and also set a new language for itclass
This controller is used specifically for clients that only accept JSON and use OpenID Connect Identity Provider.class
Controller which performs actions related to sessionsclass
This controller provides a Server Sent Event endpoint for messages pushed to the SsePushChannelclass
This controller is used specifically for clients that only accept JSON instead of HTML and have their own login screen.class
class
-
Uses of AbstractBaseController in com.aquima.web.components.filedownload.controller.v2
-
Uses of AbstractBaseController in com.aquima.web.components.fileupload.controller.v2
Subclasses of AbstractBaseController in com.aquima.web.components.fileupload.controller.v2Modifier and TypeClassDescriptionclass
Controller for uploading files with the AQ_File_Upload container