Uses of Interface
org.hippoecm.frontend.service.NavAppResource
-
Packages that use NavAppResource Package Description org.hippoecm.frontend.service -
-
Uses of NavAppResource in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service that return types with arguments of type NavAppResource Modifier and Type Method Description List<NavAppResource>
AppSettings. getLoginResources()
Returns list of resources that must be called by the navapp to make sure all apps are authenticated before accessing them.List<NavAppResource>
AppSettings. getLogoutResources()
Returns list of resources that must be called by the navapp to make sure all apps clean up their state and authentication ids (e.g.List<NavAppResource>
AppSettings. getNavConfigResources()
Returns list of resources that must be called by the navapp to retrieve menu related navigation items.
-