Uses of Class
org.springframework.extensions.surf.exception.ConnectorServiceException
-
Packages that use ConnectorServiceException Package Description org.springframework.extensions.webscripts.connector -
-
Uses of ConnectorServiceException in org.springframework.extensions.webscripts.connector
Methods in org.springframework.extensions.webscripts.connector that throw ConnectorServiceException Modifier and Type Method Description AuthenticatorConnectorService. getAuthenticator(java.lang.String id)Returns the implementation of an Authenticator with a given idConnectorConnectorService. getConnector(java.lang.String endpointId)Retrieves a Connector to a given endpoint.ConnectorConnectorService. getConnector(java.lang.String endpointId, java.lang.String userId, javax.servlet.http.HttpSession session)Retrieves a Connector for the given endpoint that is scoped to the given user.ConnectorConnectorService. getConnector(java.lang.String endpointId, javax.servlet.http.HttpSession session)Retrieves a Connector to a given endpoint.ConnectorConnectorService. getConnector(java.lang.String endpointId, UserContext userContext, javax.servlet.http.HttpSession session)Retrieves a Connector for the given endpoint that is scoped to the given user context.
-