Uses of Interface
de.xima.fc.user_portal.api.config.IUserPortalRestClientConfig
-
Packages that use IUserPortalRestClientConfig Package Description de.xima.fc.user_portal.api.client de.xima.fc.user_portal.api.config de.xima.fc.user_portal.api.context -
-
Uses of IUserPortalRestClientConfig in de.xima.fc.user_portal.api.client
Methods in de.xima.fc.user_portal.api.client with parameters of type IUserPortalRestClientConfig Modifier and Type Method Description UserPortalClient<de.xima.fc.api.rest.pub.client.generic.ApiBundle>UserPortalRestClientManager. publicGenericClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config)This method returns the generatedApiBundlewith the REST client for the public user portal API.UserPortalClient<de.xima.fc.api.rest.pub.client.user_portal.ApiBundle>UserPortalRestClientManager. publicUserPortalClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config)This method returns theApiBundlewith the REST client for the public user portal API. -
Uses of IUserPortalRestClientConfig in de.xima.fc.user_portal.api.config
Methods in de.xima.fc.user_portal.api.config that return IUserPortalRestClientConfig Modifier and Type Method Description IUserPortalRestClientConfigUserPortalRestConfigManager. config(String url)Gets the local user portal REST API configuration for the server sending a request to itself.IUserPortalRestClientConfigUserPortalRestConfigManager. localConfig(javax.servlet.http.HttpServletRequest request)Gets the local user portal REST API configuration for the server sending a request to itself.IUserPortalRestClientConfigUserPortalRestConfigManager. remoteConfig(javax.servlet.http.HttpServletRequest request)Gets the remote user portal REST API configuration for the client sending a request to the server. -
Uses of IUserPortalRestClientConfig in de.xima.fc.user_portal.api.context
Methods in de.xima.fc.user_portal.api.context with parameters of type IUserPortalRestClientConfig Modifier and Type Method Description IUserPortalInvocationContextUserPortalInvocationContextFactory. live(EHttpTransportType clientType, IUserPortalRestClientConfig config, Locale locale, UserPortalRestAuthenticator authentication, UserPortalUnauthorizedHandler unauthorizedHandler)Creates a newIUserPortalInvocationContextinstance that accesses a live user portal REST API.
-