Uses of Class
org.apache.syncope.client.lib.SyncopeClientFactoryBean
-
Packages that use SyncopeClientFactoryBean Package Description org.apache.syncope.client.console org.apache.syncope.client.enduser org.apache.syncope.client.lib -
-
Uses of SyncopeClientFactoryBean in org.apache.syncope.client.console
Fields in org.apache.syncope.client.console declared as SyncopeClientFactoryBean Modifier and Type Field Description protected SyncopeClientFactoryBean
SyncopeConsoleSession. clientFactory
Methods in org.apache.syncope.client.console that return SyncopeClientFactoryBean Modifier and Type Method Description SyncopeClientFactoryBean
SyncopeWebApplication. newClientFactory()
-
Uses of SyncopeClientFactoryBean in org.apache.syncope.client.enduser
Fields in org.apache.syncope.client.enduser declared as SyncopeClientFactoryBean Modifier and Type Field Description protected SyncopeClientFactoryBean
SyncopeEnduserSession. clientFactory
Methods in org.apache.syncope.client.enduser that return SyncopeClientFactoryBean Modifier and Type Method Description SyncopeClientFactoryBean
SyncopeWebApplication. newClientFactory()
-
Uses of SyncopeClientFactoryBean in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib that return SyncopeClientFactoryBean Modifier and Type Method Description SyncopeClientFactoryBean
SyncopeClientFactoryBean. setAddress(String address)
SyncopeClientFactoryBean
SyncopeClientFactoryBean. setContentType(String contentType)
SyncopeClientFactoryBean
SyncopeClientFactoryBean. setContentType(SyncopeClientFactoryBean.ContentType contentType)
SyncopeClientFactoryBean
SyncopeClientFactoryBean. setDomain(String domain)
SyncopeClientFactoryBean
SyncopeClientFactoryBean. setExceptionMapper(RestClientExceptionMapper exceptionMapper)
SyncopeClientFactoryBean
SyncopeClientFactoryBean. setHttpClientPolicy(HTTPClientPolicy httpClientPolicy)
SyncopeClientFactoryBean
SyncopeClientFactoryBean. setRestClientFactoryBean(JAXRSClientFactoryBean restClientFactoryBean)
SyncopeClientFactoryBean
SyncopeClientFactoryBean. setTlsClientParameters(TLSClientParameters tlsClientParameters)
Sets the client TLS configuration.SyncopeClientFactoryBean
SyncopeClientFactoryBean. setUseCompression(boolean useCompression)
Sets the given service instance for transparent gzipContent-Encoding
handling.
-