| Interface | Description |
|---|---|
| Authenticator |
Interface that defines an Authenticator.
|
| Client |
Interface for Client implementations
|
| Connector |
Describes a connector to a remote endpoint for a given user.
|
| ConnectorProvider |
Contract to be implemented by any object that can provide a Connector to another object.
|
| Credentials |
Interface that describes the credentials for a given service
or user.
|
| CredentialVault |
Interface for a Credential Vault
Credential vaults allow for the storage and retrieval of credentials by
credential id.
|
| CredentialVaultProvider |
Interface for a Credential Vault provider
|
| Class | Description |
|---|---|
| AbstractAuthenticator |
Implementation of an Authenticator base class.
|
| AbstractClient |
Abstract base class for client implementations.
|
| AbstractConnector |
Abstract class providing the base implementation for a Connector.
|
| ActivitiAuthenticator |
Activiti API endpoint authenticator.
|
| AlfrescoAuthenticator |
An implementation of an Alfresco ticket or cookie-based Authenticator.
|
| AlfrescoConnector |
An implementation of an Alfresco Connector that can be used to conncet
to an Alfresco Repository and issue URL invokes against it.
|
| AuthenticatingConnector |
An implementation of an Authenticating Connector.
|
| ConnectorContext |
Describes invocation context that the connector should use
when creating the connection to a remote service.
|
| ConnectorProviderImpl |
A very simple implementation of a connector provider that provisions
web script connectors.
|
| ConnectorService |
The ConnectorService acts as a singleton that can be used to
build any of the objects utilized by the Connector layer.
|
| ConnectorSession |
Container for Connector "session state".
|
| CredentialsImpl |
Credentials for a given user.
|
| EndpointManager |
The EndpointManager is responsible for maintaining connection timeout and connection
retry information for endpoints.
|
| HttpConnector |
Basic Connector implementation that can be used to perform simple HTTP and
HTTP communication with a remote endpoint.
|
| RemoteClient |
Remote client bean for retrieving data from URL resources.
|
| Response |
Representation of the response from a remote HTTP API call.
|
| ResponseStatus |
Wrapper around the Status object that allows the Remote Client to
expose header state.
|
| SimpleCredentialVault |
A simple implementation of a credential vault.
|
| SimpleCredentialVaultProvider |
Provides instances of credential vaults
|
| User |
Default user profile object.
|
| UserContext |
Describes bound-context for a given user.
|
| Enum | Description |
|---|---|
| HttpMethod |
Copyright © 2005–2021 Alfresco Software. All rights reserved.