Uses of Interface
de.xima.fc.security.interfaces.endpoint.IView
-
-
Uses of IView in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return IView Modifier and Type Method Description IViewViewContextBean. getView()Methods in de.xima.fc.gui.common.bean with parameters of type IView Modifier and Type Method Description StringViewHelperBean. buildUri(IView view)StringViewHelperBean. buildUri(IView view, Object... params)StringViewHelperBean. getDisplayName(IView view)StringMainMenuBean. getSerenityMenuCookie(IView view, String idPrefix)StringSessionBean. getUri(IView view)voidViewHelperBean. redirectToView(IView view)voidViewHelperBean. redirectToView(IView view, Object... params) -
Uses of IView in de.xima.fc.gui.common.bean.security
Methods in de.xima.fc.gui.common.bean.security with parameters of type IView Modifier and Type Method Description booleanUserPermissionsBean. canAccessClientScopedView(Mandant client, IView view)booleanUserPermissionsBean. canAccessProjectScopedView(Projekt project, IView view) -
Uses of IView in de.xima.fc.gui.common.statics
Methods in de.xima.fc.gui.common.statics that return IView Modifier and Type Method Description IViewEContentView. getParentView() -
Uses of IView in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type IView Modifier and Type Method Description static LogoLinkLogoLink. forCurrentView(IView currentView, Mandant client, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)For a given page, finds the URL to which to redirect when the user clicks on the formcycle logo on that page.static StringViewUtils. getClientScopedViewUri(Mandant client, IView view)static StringViewUtils. getDisplayName(IView view, Locale locale)static StringViewUtils. getNoScopeViewUri(IView view)static StringViewUtils. getUri(IView view, IUriBuilderContext context)static voidViewUtils. redirectToClientScopedView(Mandant client, IView view)static voidViewUtils. redirectToNoScopeView(IView view) -
Uses of IView in de.xima.fc.security.context.request
Methods in de.xima.fc.security.context.request that return IView Modifier and Type Method Description IViewRequestBackendContext. getView() -
Uses of IView in de.xima.fc.security.endpoint
Classes in de.xima.fc.security.endpoint that implement IView Modifier and Type Class Description classEClientViewView definitions that require an authenticated in user and depend on a client.classEProjectViewView definitions that require an authenticated user and depend on a project.classEProtectedViewProtected view definitions that require an authenticated userclassEPublicViewPublic view definitions that don't require an authenticated in user.classESystemViewView definitions that require an authenticated in user with system role.classPluginMenuEntryViewModel for plugin views.Methods in de.xima.fc.security.endpoint that return IView Modifier and Type Method Description static IViewPluginMenuEntryView. of(IPluginMenuEntry pluginMenuEntry, String contextName, Mandant client, IPluginMenuEntry parentPluginMenuEntry) -
Uses of IView in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return IView Modifier and Type Method Description static IViewSecurityWebEndpointHelper. getDefaultClientView()Methods in de.xima.fc.security.helper with parameters of type IView Modifier and Type Method Description static StringSecurityWebEndpointHelper. getViewUriWithContext(javax.servlet.http.HttpServletRequest request, IView view) -
Uses of IView in de.xima.fc.security.session
Methods in de.xima.fc.security.session with parameters of type IView Modifier and Type Method Description List<ViewMessage>SessionDataBean. removeInitViewMessages(IView view)Removes all view messages that are to be displayed upon initialization of the given view.
-