Uses of Class
org.springframework.extensions.webscripts.connector.RemoteClient
Packages that use RemoteClient
-
Uses of RemoteClient in org.springframework.extensions.webscripts.connector
Methods in org.springframework.extensions.webscripts.connector that return RemoteClientModifier and TypeMethodDescriptionprotected RemoteClientAbstractAuthenticator.buildRemoteClient(String endpoint) Build a Remote Client instance by retrieving and configuring the "connector.remoteclient" bean.protected RemoteClientAbstractConnector.buildRemoteClient(String endpoint) Build a Remote Client instance by retrieving and configuring the "connector.remoteclient" bean.protected RemoteClientHttpConnector.initRemoteClient(ConnectorContext context) Init the RemoteClient object based on the Connector Context.Methods in org.springframework.extensions.webscripts.connector with parameters of type RemoteClientModifier and TypeMethodDescriptionprotected voidAlfrescoConnector.applyRequestAuthentication(RemoteClient remoteClient, ConnectorContext context) protected voidHttpConnector.applyRequestAuthentication(RemoteClient remoteClient, ConnectorContext context) Stamps Credentials values onto the remote clientprotected voidHttpConnector.applyRequestHeaders(RemoteClient remoteClient, ConnectorContext context) Stamps headers onto the remote clientprotected voidHttpConnector.processResponse(RemoteClient remoteClient, Response response) Retrieves cookie headers from response and stores back onto the Connector Session