Uses of Class
org.springframework.extensions.surf.exception.ConnectorServiceException
Packages that use ConnectorServiceException
-
Uses of ConnectorServiceException in org.springframework.extensions.webscripts.connector
Methods in org.springframework.extensions.webscripts.connector that throw ConnectorServiceExceptionModifier and TypeMethodDescriptionConnectorService.getAuthenticator(String id) Returns the implementation of an Authenticator with a given idConnectorService.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.