Uses of Class
lumis.portal.rest.util.RequireLoggedUser
-
Packages that use RequireLoggedUser Package Description lumis.portal.mobileapp This package provides APIs available for mobile applications.lumis.portal.rest.util lumis.service.portalmanagement.mobileapp.rest -
-
Uses of RequireLoggedUser in lumis.portal.mobileapp
Methods in lumis.portal.mobileapp with annotations of type RequireLoggedUser Modifier and Type Method Description Response
MobileAPIV10. keepAlive()
Endpoint to keep user's session alive. -
Uses of RequireLoggedUser in lumis.portal.rest.util
Classes in lumis.portal.rest.util with annotations of type RequireLoggedUser Modifier and Type Class Description class
RequireLoggedUserFilter
Filter that demands the calls to come from logged users. -
Uses of RequireLoggedUser in lumis.service.portalmanagement.mobileapp.rest
Methods in lumis.service.portalmanagement.mobileapp.rest with annotations of type RequireLoggedUser Modifier and Type Method Description Response
MobileAppServiceResource. downloadMobileAppFile(String id)
Returns the app source code.
-