| Package | Description |
|---|---|
| org.springframework.extensions.webscripts.connector |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteClient |
AbstractConnector.buildRemoteClient(String endpoint)
Build a Remote Client instance by retrieving and configuring the "connector.remoteclient" bean.
|
protected RemoteClient |
AbstractAuthenticator.buildRemoteClient(String endpoint)
Build a Remote Client instance by retrieving and configuring the "connector.remoteclient" bean.
|
protected RemoteClient |
HttpConnector.initRemoteClient(ConnectorContext context)
Init the RemoteClient object based on the Connector Context.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpConnector.applyRequestAuthentication(RemoteClient remoteClient,
ConnectorContext context)
Stamps Credentials values onto the remote client
|
protected void |
AlfrescoConnector.applyRequestAuthentication(RemoteClient remoteClient,
ConnectorContext context) |
protected void |
HttpConnector.applyRequestHeaders(RemoteClient remoteClient,
ConnectorContext context)
Stamps headers onto the remote client
|
protected void |
HttpConnector.processResponse(RemoteClient remoteClient,
Response response)
Retrieves cookie headers from response and stores back onto the Connector Session
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.