Uses of Interface
de.xima.fc.user_portal.api.config.IUserPortalRestClientConfig
Packages that use IUserPortalRestClientConfig
Package
Description
-
Uses of IUserPortalRestClientConfig in de.xima.fc.user_portal.api.client
Methods in de.xima.fc.user_portal.api.client with parameters of type IUserPortalRestClientConfigModifier and TypeMethodDescriptionUserPortalRestClientManager.publicFormClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config) This method returns the generatedApiBundlewith the REST client for the public form API.UserPortalRestClientManager.publicFormRecordClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config) This method returns the generatedApiBundlewith the REST client for the public form record API.UserPortalRestClientManager.publicGenericClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config) This method returns the generatedApiBundlewith the REST client for the public user portal API.UserPortalRestClientManager.publicSecurityClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config) This method returns theApiBundlewith the REST client for the public security API.UserPortalRestClientManager.publicUserClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config) This method returns theApiBundlewith the REST client for the public user portal API.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 IUserPortalRestClientConfigModifier and TypeMethodDescriptionGets the local user portal REST API configuration for the server sending a request to itself.UserPortalRestConfigManager.localConfig(javax.servlet.http.HttpServletRequest request) Gets the local user portal REST API configuration for the server sending a request to itself.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 IUserPortalRestClientConfigModifier and TypeMethodDescriptionUserPortalInvocationContextFactory.live(EHttpTransportType clientType, IUserPortalRestClientConfig config, Locale locale, UserPortalRestAuthenticator authentication, UserPortalUnauthorizedHandler unauthorizedHandler) Creates a newIUserPortalInvocationContextinstance that accesses a live user portal REST API.