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 SyncopeClientFactoryBeanSyncopeConsoleSession. clientFactoryMethods in org.apache.syncope.client.console that return SyncopeClientFactoryBean Modifier and Type Method Description SyncopeClientFactoryBeanSyncopeWebApplication. 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 SyncopeClientFactoryBeanSyncopeEnduserSession. clientFactoryMethods in org.apache.syncope.client.enduser that return SyncopeClientFactoryBean Modifier and Type Method Description SyncopeClientFactoryBeanSyncopeWebApplication. 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 SyncopeClientFactoryBeanSyncopeClientFactoryBean. setAddress(String address)SyncopeClientFactoryBeanSyncopeClientFactoryBean. setContentType(String contentType)SyncopeClientFactoryBeanSyncopeClientFactoryBean. setContentType(SyncopeClientFactoryBean.ContentType contentType)SyncopeClientFactoryBeanSyncopeClientFactoryBean. setDomain(String domain)SyncopeClientFactoryBeanSyncopeClientFactoryBean. setExceptionMapper(RestClientExceptionMapper exceptionMapper)SyncopeClientFactoryBeanSyncopeClientFactoryBean. setHttpClientPolicy(org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy)SyncopeClientFactoryBeanSyncopeClientFactoryBean. setRestClientFactoryBean(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean restClientFactoryBean)SyncopeClientFactoryBeanSyncopeClientFactoryBean. setTlsClientParameters(TLSClientParameters tlsClientParameters)Sets the client TLS configuration.SyncopeClientFactoryBeanSyncopeClientFactoryBean. setUseCompression(boolean useCompression)Sets the given service instance for transparent gzipContent-Encodinghandling.
-