Class | Description | |
---|---|---|
AuthenticationData | Provides data for the GetAuthenticationData method. | |
AuthenticationRepository | Used by applications to securely interact with the repository to store and retrieve user authentication data. | |
BindingData | Provides data for the InitializeBinding method. | |
CcowBase | Defines the base class for all Ccow objects. | |
ClientContext | Enables a context participant to be notified about context changes that it did not initiate. | |
ClientUtils | Represents a helper class used by CCOW applications. | |
Constants | A list of constants to be used with LEADTOOLS CCOW. | |
ContextAction | Enables the context manager to receive requests from context participants to perform a context action. | |
ContextActionData | Provides data for the Perform method. | |
ContextChangesData | Provides data for the EndContextChanges method. | |
ContextData | Enables a context participant to get and set context data for common subjects that do not require secure access. The data is represented as a set of items structured as a name and value pair. | |
ContextErrorEventArgs | Provides data for the ClientContext.Error event. | |
ContextEventArgs | Provides data for the ClientContext.ContextChangesPending, ClientContext.ContextChangesAccepted and ClientContext.ContextChangesCanceled events. | |
ContextFilter | Enables a context participant to get and set a filter containing the names of the specific context subjects whose item values must be set during the course of a transaction in order for the participant to be included in the processing of the transaction. This interface allows applications to ignore notifications for changes to subjects that they do not implement. | |
ContextItem | Holds information about a context subject item. | |
ContextManagementRegistry | Used by applications to Locate CCOW components. | |
ContextManagementRegistryLocator | Used by ContextManagementRegistry to send the data to the service. | |
ContextManager | Enables a context participant to join and leave a common context session, and perform context change transactions. | |
ContextSession | Enables a context manager to be informed that it represents the active session for a point-of-use device. | |
ImplementationInformation | Enables a component to expose information pertaining to its implementation. | |
InterfaceInformation | Enables a component to interrogate another component to determine if it implements a particular interface. | |
ListenerRegistrar | Enables the context manager to maintain a list of client URLs for notifying web pages about committed context change transactions. | |
LocateData | Provides data for the Locate method. | |
SecureBinding | Enables a component to exchange security-related credentials with another component for subsequent use in interactions that need to be secure. | |
SecureContextData | Enables a context participant to get and set context data for common subjects that do not require secure access. The data is represented as a set of items structured as a name and value pair. | |
SecureItemValues | Provides data for the GetItemValues method. | |
Subject | Contains information about a context item subject. | |
WebSocketInfo | Provides info for the GetWebSocketInfo method. |
Interface | Description | |
---|---|---|
ICcowServiceLocator | Used by all CCOW objects to send the data to the service. |