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 TypeClassDescriptionenumView definitions that require an authenticated in user and depend on a client.enumDefault definitions for designer web endpoints.enumDefault definitions for inbox web endpoints.enumDefault definitions for includes web endpoints.enumView definitions that require an authenticated user and depend on a project.enumProtected view definitions that require an authenticated userenumPublic view definitions that don't require an authenticated in user.enumView definitions that require an authenticated in user with system role.classModel for plugin views.Methods in de.xima.fc.security.endpoint that return IWebEndpointModifier and TypeMethodDescriptionstatic IWebEndpointWebEndpointManager.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 booleanWebEndpointManager.registerWebEndpoint(IWebEndpoint endpoint) Registers a web endpoint.static booleanWebEndpointManager.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 StringSecurityWebEndpointHelper.getLoginUri(IWebEndpoint endpoint) Returns the default login URI for the given web endpoint.static booleanSecurityWebEndpointHelper.isPublic(IWebEndpoint endpoint) Checks if the given endpoint is public.static booleanSecurityWebEndpointHelper.isUserAuthorized(IWebEndpoint endpoint, IAuthorizationContext context, IUser user) Checks if the given user has authorization for the given web endpoint within the given context.static booleanSecurityWebEndpointHelper.isWebEndpointAvailable(IWebEndpoint endpoint, IAvailabilityContext context) Checks if the given web endpoint is available within the given context.static org.pac4j.core.exception.http.HttpActionSecurityPac4jHelper.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