| Package | Description |
|---|---|
| org.springframework.extensions.webscripts.connector |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorSession |
AbstractConnector.connectorSession |
| Modifier and Type | Method and Description |
|---|---|
ConnectorSession |
ActivitiAuthenticator.authenticate(String endpoint,
Credentials credentials,
ConnectorSession connectorSession) |
ConnectorSession |
AlfrescoAuthenticator.authenticate(String endpoint,
Credentials credentials,
ConnectorSession connectorSession) |
ConnectorSession |
Authenticator.authenticate(String endpoint,
Credentials credentials,
ConnectorSession connectorSession)
Authenticate against the given Endpoint URL with the supplied Credentials
|
ConnectorSession |
AbstractConnector.getConnectorSession() |
ConnectorSession |
AuthenticatingConnector.getConnectorSession() |
ConnectorSession |
UserContext.getConnectorSession() |
ConnectorSession |
Connector.getConnectorSession()
Returns the connector session
|
ConnectorSession |
ConnectorService.getConnectorSession(javax.servlet.http.HttpSession session,
String endpointId)
Returns the ConnectorSession bound to the current HttpSession for the given endpoint
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorSession |
ActivitiAuthenticator.authenticate(String endpoint,
Credentials credentials,
ConnectorSession connectorSession) |
ConnectorSession |
AlfrescoAuthenticator.authenticate(String endpoint,
Credentials credentials,
ConnectorSession connectorSession) |
ConnectorSession |
Authenticator.authenticate(String endpoint,
Credentials credentials,
ConnectorSession connectorSession)
Authenticate against the given Endpoint URL with the supplied Credentials
|
boolean |
ActivitiAuthenticator.isAuthenticated(String endpoint,
ConnectorSession connectorSession) |
boolean |
AlfrescoAuthenticator.isAuthenticated(String endpoint,
ConnectorSession connectorSession) |
boolean |
Authenticator.isAuthenticated(String endpoint,
ConnectorSession connectorSession)
Returns whether the current connector session has been authenticated or not
|
protected void |
AbstractAuthenticator.processResponse(Response response,
ConnectorSession connectorSession)
Retrieves headers from response and stores onto the Connector Session
|
void |
AbstractConnector.setConnectorSession(ConnectorSession connectorSession) |
void |
AuthenticatingConnector.setConnectorSession(ConnectorSession connectorSession) |
void |
Connector.setConnectorSession(ConnectorSession connectorSession)
Sets the connector session
|
| Constructor and Description |
|---|
UserContext(String userId,
Credentials credentials,
ConnectorSession connectorSession) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.