| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.client | |
| org.nuxeo.ecm.automation.client.jaxrs.spi | |
| org.nuxeo.ecm.automation.client.jaxrs.spi.auth |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationClient.setRequestInterceptor(RequestInterceptor interceptor) |
| Modifier and Type | Field and Description |
|---|---|
protected RequestInterceptor |
ConnectorHandler.interceptor |
protected RequestInterceptor |
AbstractAutomationClient.requestInterceptor |
| Modifier and Type | Method and Description |
|---|---|
RequestInterceptor |
AbstractAutomationClient.getRequestInterceptor()
Gets access to this request interceptor
|
| Modifier and Type | Method and Description |
|---|---|
protected Session |
AbstractAutomationClient.getSession(RequestInterceptor interceptor) |
void |
AbstractAutomationClient.setRequestInterceptor(RequestInterceptor interceptor)
Can be used for intercepting requests before they are being sent to the server.
|
| Constructor and Description |
|---|
ConnectorHandler(Connector connector,
RequestInterceptor interceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthInterceptor
Inject the basic authentication header in the request.
|
class |
PortalSSOAuthInterceptor |
class |
TokenAuthInterceptor
Injects the token authentication header in the request.
|
Copyright © 2019 Nuxeo. All rights reserved.