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 IView
ViewContextBean. getView()
Methods in de.xima.fc.gui.common.bean with parameters of type IView Modifier and Type Method Description String
ViewHelperBean. buildUri(IView view)
String
ViewHelperBean. buildUri(IView view, Object... params)
String
ViewHelperBean. getDisplayName(IView view)
String
MainMenuBean. getSerenityMenuCookie(IView view, String idPrefix)
String
SessionBean. getUri(IView view)
void
ViewHelperBean. redirectToView(IView view)
void
ViewHelperBean. 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 boolean
UserPermissionsBean. canAccessClientScopedView(Mandant client, IView view)
boolean
UserPermissionsBean. canAccessProjectScopedView(Projekt project, IView view)
-
Uses of IView in de.xima.fc.gui.common.interfaces
Methods in de.xima.fc.gui.common.interfaces with parameters of type IView Modifier and Type Method Description boolean
IUserPermissionCheck. canAccessClientScopedView(Mandant client, IView view)
Checks if the user can access the given client-specific view in the context.boolean
IUserPermissionCheck. canAccessProjectScopedView(Projekt project, IView view)
Checks if the user can access the given project-specific view in the context. -
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 IView
EContentView. 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 LogoLink
LogoLink. 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 String
ViewUtils. getClientScopedViewUri(Mandant client, IView view)
static String
ViewUtils. getDisplayName(IView view, Locale locale)
static String
ViewUtils. getNoScopeViewUri(IView view)
static String
ViewUtils. getUri(IView view, IUriBuilderContext context)
static void
ViewUtils. redirectToClientScopedView(Mandant client, IView view)
static void
ViewUtils. 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 IView
RequestBackendContext. 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 class
EClientView
View definitions that require an authenticated in user and depend on a client.class
EProjectView
View definitions that require an authenticated user and depend on a project.class
EProtectedView
Protected view definitions that require an authenticated userclass
EPublicView
Public view definitions that don't require an authenticated in user.class
ESystemView
View definitions that require an authenticated in user with system role.class
PluginMenuEntryView
Model for plugin views.Methods in de.xima.fc.security.endpoint that return IView Modifier and Type Method Description static IView
PluginMenuEntryView. 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 IView
SecurityWebEndpointHelper. getDefaultClientView()
Methods in de.xima.fc.security.helper with parameters of type IView Modifier and Type Method Description static String
SecurityWebEndpointHelper. 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.
-