| Package | Description |
|---|---|
| org.springframework.extensions.webscripts.connector |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
ConnectorService.getAuthenticator(String id)
Returns the implementation of an Authenticator with a given id
|
Connector |
ConnectorService.getConnector(String endpointId)
Retrieves a Connector to a given endpoint.
|
Connector |
ConnectorService.getConnector(String endpointId,
javax.servlet.http.HttpSession session)
Retrieves a Connector to a given endpoint.
|
Connector |
ConnectorService.getConnector(String endpointId,
String userId,
javax.servlet.http.HttpSession session)
Retrieves a Connector for the given endpoint that is scoped
to the given user.
|
Connector |
ConnectorService.getConnector(String endpointId,
UserContext userContext,
javax.servlet.http.HttpSession session)
Retrieves a Connector for the given endpoint that is scoped
to the given user context.
|
Copyright © 2005–2021 Alfresco Software. All rights reserved.