Uses of Class
org.springframework.extensions.webscripts.connector.ConnectorContext
Packages that use ConnectorContext
-
Uses of ConnectorContext in org.springframework.extensions.webscripts.connector
Methods in org.springframework.extensions.webscripts.connector with parameters of type ConnectorContextModifier 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 clientAuthenticatingConnector.call(String uri, ConnectorContext context) AuthenticatingConnector.call(String uri, ConnectorContext context, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) AuthenticatingConnector.call(String uri, ConnectorContext context, InputStream in) AuthenticatingConnector.call(String uri, ConnectorContext context, InputStream in, OutputStream out) Connector.call(String uri, ConnectorContext context) Invokes a URI on a remote service.Connector.call(String uri, ConnectorContext context, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) Invokes a URI on a remote service and streams back results to the provided response object.Connector.call(String uri, ConnectorContext context, InputStream in) Invokes a URI on a remote service, passing the input as supplied via a POST/PUT.Connector.call(String uri, ConnectorContext context, InputStream in, OutputStream out) Invokes a URI on a remote service.HttpConnector.call(String uri, ConnectorContext context) HttpConnector.call(String uri, ConnectorContext context, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) HttpConnector.call(String uri, ConnectorContext context, InputStream in) HttpConnector.call(String uri, ConnectorContext context, InputStream in, OutputStream out) protected RemoteClientHttpConnector.initRemoteClient(ConnectorContext context) Init the RemoteClient object based on the Connector Context.