Uses of Class
org.apache.syncope.client.lib.SyncopeClientFactoryBean
Package
Description
-
Uses of SyncopeClientFactoryBean in org.apache.syncope.client.console
Modifier and TypeFieldDescriptionprotected final SyncopeClientFactoryBean
SyncopeConsoleSession.clientFactory
-
Uses of SyncopeClientFactoryBean in org.apache.syncope.client.enduser
Modifier and TypeFieldDescriptionprotected final SyncopeClientFactoryBean
SyncopeEnduserSession.clientFactory
-
Uses of SyncopeClientFactoryBean in org.apache.syncope.client.lib
Modifier 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.