Uses of Class
org.springframework.extensions.webscripts.connector.RemoteClient
-
Packages that use RemoteClient Package Description org.springframework.extensions.webscripts.connector -
-
Uses of RemoteClient in org.springframework.extensions.webscripts.connector
Methods in org.springframework.extensions.webscripts.connector that return RemoteClient Modifier and Type Method Description protected RemoteClientAbstractAuthenticator. buildRemoteClient(java.lang.String endpoint)Build a Remote Client instance by retrieving and configuring the "connector.remoteclient" bean.protected RemoteClientAbstractConnector. buildRemoteClient(java.lang.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 RemoteClient Modifier and Type Method Description protected 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
-