Uses of Interface
org.springframework.extensions.webscripts.connector.Connector
Packages that use Connector
Package
Description
-
Uses of Connector in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return ConnectorModifier and TypeMethodDescriptionprotected ConnectorRemoteStore.getConnector()Get a Connector for access to the endpoint.Constructors in org.springframework.extensions.webscripts with parameters of type ConnectorModifierConstructorDescriptionScriptRemoteConnector(Connector connector, RemoteConfigElement.EndpointDescriptor descriptor) Constructor -
Uses of Connector in org.springframework.extensions.webscripts.connector
Classes in org.springframework.extensions.webscripts.connector that implement ConnectorModifier and TypeClassDescriptionclassAbstract class providing the base implementation for a Connector.classAn implementation of an Alfresco Connector that can be used to conncet to an Alfresco Repository and issue URL invokes against it.classAn implementation of an Authenticating Connector.classBasic Connector implementation that can be used to perform simple HTTP and HTTP communication with a remote endpoint.Fields in org.springframework.extensions.webscripts.connector declared as ConnectorMethods in org.springframework.extensions.webscripts.connector that return ConnectorModifier and TypeMethodDescriptionConnectorService.getConnector(String endpointId) Retrieves a Connector to a given endpoint.ConnectorService.getConnector(String endpointId, jakarta.servlet.http.HttpSession session) Retrieves a Connector to a given endpoint.ConnectorService.getConnector(String endpointId, String userId, jakarta.servlet.http.HttpSession session) Retrieves a Connector for the given endpoint that is scoped to the given user.ConnectorService.getConnector(String endpointId, UserContext userContext, jakarta.servlet.http.HttpSession session) Retrieves a Connector for the given endpoint that is scoped to the given user context.Builds a Connector object mounted against the given endpointImplementation of the contract to provide a Connector for our the web script framework.Constructors in org.springframework.extensions.webscripts.connector with parameters of type ConnectorModifierConstructorDescriptionAuthenticatingConnector(Connector connector, Authenticator authenticator) Instantiates a new authenticating connector.