Uses of Package
org.springframework.extensions.webscripts.connector
-
Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.webscripts Class Description Connector Describes a connector to a remote endpoint for a given user.ConnectorProvider Contract to be implemented by any object that can provide a Connector to another object.ConnectorService The ConnectorService acts as a singleton that can be used to build any of the objects utilized by the Connector layer.Credentials Interface that describes the credentials for a given service or user.CredentialVault Interface for a Credential Vault Credential vaults allow for the storage and retrieval of credentials by credential id.Response Representation of the response from a remote HTTP API call.User Default user profile object. -
Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.webscripts.connector Class Description AbstractAuthenticator Implementation of an Authenticator base class.AbstractClient Abstract base class for client implementations.AbstractConnector Abstract class providing the base implementation for a Connector.Authenticator Interface that defines an Authenticator.Client Interface for Client implementationsConnector Describes a connector to a remote endpoint for a given user.ConnectorContext Describes invocation context that the connector should use when creating the connection to a remote service.ConnectorProvider Contract to be implemented by any object that can provide a Connector to another object.ConnectorService The ConnectorService acts as a singleton that can be used to build any of the objects utilized by the Connector layer.ConnectorSession Container for Connector "session state".Credentials Interface that describes the credentials for a given service or user.CredentialVault Interface for a Credential Vault Credential vaults allow for the storage and retrieval of credentials by credential id.CredentialVaultProvider Interface for a Credential Vault providerHttpConnector Basic Connector implementation that can be used to perform simple HTTP and HTTP communication with a remote endpoint.HttpMethod RemoteClient Remote client bean for retrieving data from URL resources.Response Representation of the response from a remote HTTP API call.ResponseStatus Wrapper around the Status object that allows the Remote Client to expose header state.UserContext Describes bound-context for a given user. -
Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.webscripts.servlet Class Description ConnectorService The ConnectorService acts as a singleton that can be used to build any of the objects utilized by the Connector layer.HttpMethod -
Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.webscripts.servlet.mvc Class Description ConnectorService The ConnectorService acts as a singleton that can be used to build any of the objects utilized by the Connector layer.