Class AlfrescoConnector

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, Connector

public class AlfrescoConnector extends HttpConnector
An implementation of an Alfresco Connector that can be used to conncet to an Alfresco Repository and issue URL invokes against it.

The Alfresco Connector extends the HttpConnector and provides the additional functionality of apply authentication (usually a ticket or a cookie) onto the outgoing request.

The authentication information is retrieved from the connector session.

Author:
muzquiano, kevinr