Package org.cyclos.impl.app
Interface InternalFrontendServiceLocal
-
- All Superinterfaces:
InternalFrontendService,Service
- All Known Implementing Classes:
InternalFrontendServiceImpl
public interface InternalFrontendServiceLocal extends InternalFrontendService
Local interface forInternalFrontendService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAllowFrontendSwitching(BasicUser user)Is the given user (or logged user if null) allowed to switch between frontends?-
Methods inherited from interface org.cyclos.services.app.InternalFrontendService
getFrontendData, getHomeData, getWebManifestData
-
-
-
-
Method Detail
-
isAllowFrontendSwitching
boolean isAllowFrontendSwitching(BasicUser user)
Is the given user (or logged user if null) allowed to switch between frontends?
-
-