Uses of Class
org.apache.syncope.client.lib.SyncopeClientFactoryBean
Packages that use SyncopeClientFactoryBean
Package
Description
-
Uses of SyncopeClientFactoryBean in org.apache.syncope.client.console
Fields in org.apache.syncope.client.console declared as SyncopeClientFactoryBeanModifier and TypeFieldDescriptionprotected final SyncopeClientFactoryBean
SyncopeConsoleSession.clientFactory
Methods in org.apache.syncope.client.console that return SyncopeClientFactoryBean -
Uses of SyncopeClientFactoryBean in org.apache.syncope.client.enduser
Fields in org.apache.syncope.client.enduser declared as SyncopeClientFactoryBeanModifier and TypeFieldDescriptionprotected final SyncopeClientFactoryBean
SyncopeEnduserSession.clientFactory
Methods in org.apache.syncope.client.enduser that return SyncopeClientFactoryBean -
Uses of SyncopeClientFactoryBean in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib that return SyncopeClientFactoryBeanModifier and TypeMethodDescriptionSyncopeClientFactoryBean.setAddress
(String address) SyncopeClientFactoryBean.setContentType
(String contentType) SyncopeClientFactoryBean.setContentType
(SyncopeClientFactoryBean.ContentType contentType) SyncopeClientFactoryBean.setExceptionMapper
(RestClientExceptionMapper exceptionMapper) SyncopeClientFactoryBean.setHttpClientPolicy
(org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy) SyncopeClientFactoryBean.setRestClientFactoryBean
(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean restClientFactoryBean) SyncopeClientFactoryBean.setTlsClientParameters
(TLSClientParameters tlsClientParameters) Sets the client TLS configuration.SyncopeClientFactoryBean.setUseCompression
(boolean useCompression) Sets the given service instance for transparent gzipContent-Encoding
handling.