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 IWebEndpointProjectImportBean. 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 IWebEndpointRequestWebEndpointContext. 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 classEClientViewView definitions that require an authenticated in user and depend on a client.classEDesignerEndpointDefault definitions for designer web endpoints.classEInboxEndpointDefault definitions for inbox web endpoints.classEIncludesEndpointDefault definitions for includes web endpoints.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 IWebEndpoint Modifier and Type Method Description static 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 IWebEndpoint Modifier and Type Method Description static 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 IWebEndpoint Modifier and Type Method Description static 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 Modifier and Type Interface Description interfaceIViewCommon interface for formcycle views
-