Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use RequestInterceptor
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.spi
 

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

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

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.