Uses of Package
org.springframework.extensions.webscripts.connector

Packages that use org.springframework.extensions.webscripts.connector
org.springframework.extensions.surf   
org.springframework.extensions.surf.site   
org.springframework.extensions.surf.support   
org.springframework.extensions.surf.task   
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.connector   
org.springframework.extensions.webscripts.servlet   
org.springframework.extensions.webscripts.servlet.mvc   
 

Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.surf
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.
ConnectorSession
          Container for Connector "session state".
CredentialVault
          Interface for a Credential Vault Credential vaults allow for the storage and retrieval of credentials by credential id.
User
          Default user profile object.
 

Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.surf.site
User
          Default user profile object.
 

Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.surf.support
CredentialVault
          Interface for a Credential Vault Credential vaults allow for the storage and retrieval of credentials by credential id.
User
          Default user profile object.
 

Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.surf.task
Connector
          Describes a connector to a remote endpoint for a given user.
 

Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.webscripts
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
AbstractAuthenticator
          Abstract implementation of an Authenticator which can be used quite readily as a base class for your own custom implementations.
AbstractClient
          Abstract base class for use by developers who wish to provide additional custom client implementations.
AbstractConnector
          Abstract class for use by developers in building their own custom connectors.
AbstractPersistentCredentialVault
          An abstract implementation of a persistent credential vault where crednetials can be stored from a persistent location.
Authenticator
          Interface that defines an Authenticator.
Client
          Interface for Client implementations This interface is pretty lightweight at the moment.
Connector
          Describes a connector to a remote endpoint for a given user.
ConnectorContext
          Describes invocation context that the connector should consider when creating the connection to the 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 provider
HttpConnector
          Basic Connector implementation that can be used to perform simple HTTP and HTTP communication with a remote endpoint.
HttpMethod
           
RemoteClient
          Remote client for for accessing data from remote URLs.
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.
SimpleCredentialVault
          A simple implementation of a credential vault that does not persist anything to disk or database.
UserContext
          Describes bound-context for a given user.
 

Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.webscripts.servlet
ConnectorService
          The ConnectorService acts as a singleton that can be used to build any of the objects utilized by the Connector layer.
 

Classes in org.springframework.extensions.webscripts.connector used by org.springframework.extensions.webscripts.servlet.mvc
ConnectorService
          The ConnectorService acts as a singleton that can be used to build any of the objects utilized by the Connector layer.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.