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 generatedApiBundle
with 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 theApiBundle
with 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 IUserPortalRestClientConfig
UserPortalRestConfigManager. config(String url)
Gets the local user portal REST API configuration for the server sending a request to itself.IUserPortalRestClientConfig
UserPortalRestConfigManager. localConfig(javax.servlet.http.HttpServletRequest request)
Gets the local user portal REST API configuration for the server sending a request to itself.IUserPortalRestClientConfig
UserPortalRestConfigManager. 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 IUserPortalInvocationContext
UserPortalInvocationContextFactory. live(EHttpTransportType clientType, IUserPortalRestClientConfig config, Locale locale, UserPortalRestAuthenticator authentication, UserPortalUnauthorizedHandler unauthorizedHandler)
Creates a newIUserPortalInvocationContext
instance that accesses a live user portal REST API.
-