Uses of Interface
de.xima.fc.security.interfaces.endpoint.IWebEndpoint
-
-
Uses of IWebEndpoint in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return IWebEndpoint Modifier and Type Method Description IWebEndpoint
ProjectImportBean. getHelpView()
-
Uses of IWebEndpoint in de.xima.fc.inbox.security
Methods in de.xima.fc.inbox.security that return types with arguments of type IWebEndpoint Modifier and Type Method Description static Set<IWebEndpoint>
InboxSecurity. getEndpoints()
-
Uses of IWebEndpoint in de.xima.fc.security.context.request
Methods in de.xima.fc.security.context.request that return IWebEndpoint Modifier and Type Method Description IWebEndpoint
RequestWebEndpointContext. getWebEndpoint()
-
Uses of IWebEndpoint in de.xima.fc.security.endpoint
Classes in de.xima.fc.security.endpoint that implement IWebEndpoint Modifier and Type Class Description class
EClientView
View definitions that require an authenticated in user and depend on a client.class
EDesignerEndpoint
Default definitions for designer web endpoints.class
EInboxEndpoint
Default definitions for inbox web endpoints.class
EIncludesEndpoint
Default definitions for includes web endpoints.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 IWebEndpoint Modifier and Type Method Description static IWebEndpoint
WebEndpointManager. getWebEndpoint(javax.servlet.http.HttpServletRequest req)
Get the web endpoint for the given requestMethods in de.xima.fc.security.endpoint with parameters of type IWebEndpoint Modifier and Type Method Description static boolean
WebEndpointManager. registerWebEndpoint(IWebEndpoint endpoint)
Registers a web endpoint.static boolean
WebEndpointManager. unregisterWebEndpoint(IWebEndpoint endpoint)
Unregisters a custom web endpoint. -
Uses of IWebEndpoint in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper with parameters of type IWebEndpoint Modifier and Type Method Description static String
SecurityWebEndpointHelper. getLoginUri(IWebEndpoint endpoint)
Returns the default login URI for the given web endpoint.static boolean
SecurityWebEndpointHelper. isPublic(IWebEndpoint endpoint)
Checks if the given endpoint is public.static boolean
SecurityWebEndpointHelper. isUserAuthorized(IWebEndpoint endpoint, IAuthorizationContext context, IUser user)
Checks if the given user has authorization for the given web endpoint within the given context.static boolean
SecurityWebEndpointHelper. isWebEndpointAvailable(IWebEndpoint endpoint, IAvailabilityContext context)
Checks if the given web endpoint is available within the given context.static org.pac4j.core.exception.http.HttpAction
SecurityPac4jHelper. redirect(org.pac4j.core.context.WebContext context, IWebEndpoint endpoint, IUriBuilderContext builderCtx)
-
Uses of IWebEndpoint in de.xima.fc.security.interfaces.endpoint
Subinterfaces of IWebEndpoint in de.xima.fc.security.interfaces.endpoint Modifier and Type Interface Description interface
IView
Common interface for formcycle views
-