Package lumis.portal.mobileapp
This package provides APIs available for mobile applications.
The API is divided in versions.
To list the available API versions, users could perform a GET
request to
/lumis/api/rest/mobile
.
The methods available for a given version will be available under /lumis/api/rest/mobile/v<version>
path. For example, /lumis/api/rest/mobile/v1.0/website/info
.
Only classes marked with StableMajor
or
StableMinor
are considered stable to usage for
clients.
- Since:
- 10.0.0
-
Interface Summary Interface Description IMobileAppManagerSPI Mobile APP manager SPI. -
Class Summary Class Description CheckAppHeadersFilterV10 Filter that blocks calls to the mobile API that doesn't contain the required headers.MobileAPI Mobile API generic information.MobileAPIUtils Mobile API utilities.MobileAPIV10 Mobile API version1.0
.MobileAppManager Mobile App manager.MobileLoginResponse Mobile login response object.MobileLoginServlet Mobile login servlet. -
Annotation Types Summary Annotation Type Description CheckAppHeadersV10 Check App Headers V1.0 name binding.