Uses of Class
org.springframework.extensions.webscripts.connector.ConnectorSession

Packages that use ConnectorSession
org.springframework.extensions.surf   
org.springframework.extensions.webscripts.connector   
 

Uses of ConnectorSession in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return ConnectorSession
static ConnectorSession FrameworkUtil.getConnectorSession(javax.servlet.http.HttpSession httpSession, String endpointId)
          Retrieves the Connector Session instance for the current session and given endpoint.
static ConnectorSession FrameworkUtil.getConnectorSession(RequestContext context, String endpointId)
          Retrieves the Connector Session instance for the current user and given endpoint.
 

Uses of ConnectorSession in org.springframework.extensions.webscripts.connector
 

Fields in org.springframework.extensions.webscripts.connector declared as ConnectorSession
protected  ConnectorSession AbstractConnector.connectorSession
           
 

Methods in org.springframework.extensions.webscripts.connector that return ConnectorSession
 ConnectorSession Authenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession)
          Authenticate against the given Endpoint URL with the supplied Credentials
 ConnectorSession AlfrescoAuthenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession)
           
abstract  ConnectorSession AbstractAuthenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession)
           
 ConnectorSession UserContext.getConnectorSession()
           
 ConnectorSession Connector.getConnectorSession()
          Returns the connector session
 ConnectorSession AuthenticatingConnector.getConnectorSession()
           
 ConnectorSession AbstractConnector.getConnectorSession()
           
 ConnectorSession ConnectorService.getConnectorSession(javax.servlet.http.HttpSession session, String endpointId)
          Returns the ConnectorSession bound to the current HttpSession for the given endpoint
 

Methods in org.springframework.extensions.webscripts.connector with parameters of type ConnectorSession
 ConnectorSession Authenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession)
          Authenticate against the given Endpoint URL with the supplied Credentials
 ConnectorSession AlfrescoAuthenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession)
           
abstract  ConnectorSession AbstractAuthenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession)
           
 boolean Authenticator.isAuthenticated(String endpoint, ConnectorSession connectorSession)
          Returns whether the current connector session has been authenticated or not
 boolean AlfrescoAuthenticator.isAuthenticated(String endpoint, ConnectorSession connectorSession)
           
abstract  boolean AbstractAuthenticator.isAuthenticated(String endpoint, ConnectorSession connectorSession)
           
protected  void AbstractAuthenticator.processResponse(Response response, ConnectorSession connectorSession)
          Retrieves headers from response and stores onto the Connector Session
 void Connector.setConnectorSession(ConnectorSession connectorSession)
          Sets the connector session
 void AuthenticatingConnector.setConnectorSession(ConnectorSession connectorSession)
           
 void AbstractConnector.setConnectorSession(ConnectorSession connectorSession)
           
 

Constructors in org.springframework.extensions.webscripts.connector with parameters of type ConnectorSession
UserContext(String userId, Credentials credentials, ConnectorSession connectorSession)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.