Uses of Interface
de.xima.fc.security.interfaces.endpoint.IWebEndpoint
Packages that use IWebEndpoint
Package
Description
-
Uses of IWebEndpoint in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return IWebEndpoint -
Uses of IWebEndpoint in de.xima.fc.security.context.request
Methods in de.xima.fc.security.context.request that return IWebEndpoint -
Uses of IWebEndpoint in de.xima.fc.security.endpoint
Classes in de.xima.fc.security.endpoint that implement IWebEndpointModifier and TypeClassDescriptionenum
View definitions that require an authenticated in user and depend on a client.enum
Default definitions for designer web endpoints.enum
Default definitions for inbox web endpoints.enum
Default definitions for includes web endpoints.enum
View definitions that require an authenticated user and depend on a project.enum
Protected view definitions that require an authenticated userenum
Public view definitions that don't require an authenticated in user.enum
View definitions that require an authenticated in user with system role.class
Model for plugin views.Methods in de.xima.fc.security.endpoint that return IWebEndpointModifier and TypeMethodDescriptionstatic 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 IWebEndpointModifier and TypeMethodDescriptionstatic 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 IWebEndpointModifier and TypeMethodDescriptionstatic 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