Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.automation.client.jaxrs.RequestInterceptor

Packages that use RequestInterceptor
org.nuxeo.ecm.automation.client.jaxrs   
org.nuxeo.ecm.automation.client.jaxrs.spi   
org.nuxeo.ecm.automation.client.jaxrs.spi.auth   
 

Uses of RequestInterceptor in org.nuxeo.ecm.automation.client.jaxrs
 

Methods in org.nuxeo.ecm.automation.client.jaxrs that return RequestInterceptor
 RequestInterceptor AutomationClient.getRequestInterceptor()
          Gets access to this request interceptor
 

Methods in org.nuxeo.ecm.automation.client.jaxrs with parameters of type RequestInterceptor
 void AutomationClient.setRequestInterceptor(RequestInterceptor interceptor)
          Can be used for intercepting requests before they are being sent to the server.
 

Uses of RequestInterceptor in org.nuxeo.ecm.automation.client.jaxrs.spi
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi that return RequestInterceptor
 RequestInterceptor AbstractAutomationClient.getRequestInterceptor()
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi with parameters of type RequestInterceptor
 void AbstractAutomationClient.setRequestInterceptor(RequestInterceptor interceptor)
           
 

Constructors in org.nuxeo.ecm.automation.client.jaxrs.spi with parameters of type RequestInterceptor
ConnectorHandler(Connector connector, RequestInterceptor interceptor)
           
 

Uses of RequestInterceptor in org.nuxeo.ecm.automation.client.jaxrs.spi.auth
 

Classes in org.nuxeo.ecm.automation.client.jaxrs.spi.auth that implement RequestInterceptor
 class BasicAuthInterceptor
          Inject the basic authentication header in the request.
 class PortalSSOAuthInterceptor
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.