Uses of Class
org.apache.syncope.client.lib.RestClientExceptionMapper
-
Uses of RestClientExceptionMapper in org.apache.syncope.client.lib
Modifier and TypeFieldDescriptionprotected final RestClientExceptionMapper
SyncopeClient.exceptionMapper
Modifier and TypeMethodDescriptionprotected static RestClientExceptionMapper
SyncopeClientFactoryBean.defaultExceptionMapper()
SyncopeClientFactoryBean.getExceptionMapper()
Modifier and TypeMethodDescriptionSyncopeClientFactoryBean.setExceptionMapper
(RestClientExceptionMapper exceptionMapper) ModifierConstructorDescriptionSyncopeAnonymousClient
(MediaType mediaType, org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean restClientFactory, RestClientExceptionMapper exceptionMapper, AnonymousAuthenticationHandler anonymousAuthHandler, boolean useCompression, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy, TLSClientParameters tlsClientParameters) SyncopeClient
(MediaType mediaType, org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean restClientFactory, RestClientExceptionMapper exceptionMapper, AuthenticationHandler authHandler, boolean useCompression, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy, TLSClientParameters tlsClientParameters)