Uses of Class
org.apache.syncope.client.lib.RestClientExceptionMapper
Packages that use RestClientExceptionMapper
-
Uses of RestClientExceptionMapper in org.apache.syncope.client.lib
Fields in org.apache.syncope.client.lib declared as RestClientExceptionMapperModifier and TypeFieldDescriptionprotected final RestClientExceptionMapperSyncopeClient.exceptionMapperMethods in org.apache.syncope.client.lib that return RestClientExceptionMapperModifier and TypeMethodDescriptionprotected static RestClientExceptionMapperSyncopeClientFactoryBean.defaultExceptionMapper()SyncopeClientFactoryBean.getExceptionMapper()Methods in org.apache.syncope.client.lib with parameters of type RestClientExceptionMapperModifier and TypeMethodDescriptionSyncopeClientFactoryBean.setExceptionMapper(RestClientExceptionMapper exceptionMapper) Constructors in org.apache.syncope.client.lib with parameters of type RestClientExceptionMapperModifierConstructorDescriptionSyncopeAnonymousClient(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)