| Package | Description |
|---|---|
| com.venetica.vbr.client | Provides classes for accessing and manipulating repositories and repository content. |
| com.venetica.vbr.client.anno | Provides classes for accessing and manipulating annotations on content items. |
| com.venetica.vbr.client.auth | Provides classes for encrypting and decrypting user authentication information. |
| com.venetica.vbr.client.datetime | |
| com.venetica.vbr.client.res | Provides client-side access to the Repository Event Services (RES) API. |
| com.venetica.vbr.client.security | This package provides classes for accessing and manipulating security of repository content. |
| com.venetica.vbr.client.session | Provides the SessionPool class that is used for accessing IBM Content Integrator User and
Repository resources that are managed by a session pool. |
| com.venetica.vbr.client.sso | Defines the read-only service to provide single sign-on (SSO) authentication. |
| com.venetica.vbr.client.wf | Provides classes for accessing and manipulating repositories that support workflow. |
| com.venetica.vbr.configuration | Provides classes that are used to configure IBM Content Integrator. |
| com.venetica.vbr.configuration.server | Contains classes which implement the Configuration Server and its launcher program. |
| com.venetica.vbr.crypto | This package defines the cryptography capabilities used by IBM Content Integrator. |
| com.venetica.vbr.ejb.bridge | Provides classes BaseBridge class recommended for implementors of connectors. |
| com.venetica.vbr.ejb.spi | Provides classes required for implementing the Content Integrator Integrate Service Provider Interface (SPI) including connectors, Image Processors, Image Converters, and Loggers. |
| com.venetica.vbr.ejb.util | |
| com.venetica.vbr.httpaccess | Provides classes that implement the HTTP Access functionality of the Client API. |
| com.venetica.vbr.log | This package defines custom Logging and Auditing functionality used by Content Integrator. |
| com.venetica.vbr.res | Defines classes in the Repository Event Services (RES) API. |
| com.venetica.vbr.res.spi | Defines classes in the Repository Event Services (RES) SPI. |
| com.venetica.vbr.res.subscription | Defines the subscription model in the Repository Event Services (RES) API. |
| com.venetica.vbr.sso | Defines the Single Sign-On SPI and the concepts required by any implementations. |
| com.venetica.vbr.sso.ldap | This package represents the LDAP Single Sign-on System which is an implementation of the IBM Content Integrator Single Sign-on SPI. |
| com.venetica.vbr.sso.persistence | Defines the Single Sign-On Persistence SPI and the concepts required by any implementations. |
| com.venetica.vbr.viewer | This package contains classes which are used in transporting image data and information to the CommonViewer bean. |
| com.venetica.vbr.viewer.client | Classes which implement an image viewer JavaBean. |
| com.venetica.vbr.viewer.servlet | This package contains all of the Servlets that are used in obtaining and rendering content image data. |
The integration service provider interface (SPI) allows developers to customize existing connectors for their specific application needs and to create new connecotrs to repositories not currently supported by IBM Content Integrator.
Implementers of the SPI need to be familiar with the integration API
(included within this SPI documentation for convenience), as well as the
classes and interfaces in the package com.venetica.vbr.ejb.spi, which describe
the requirements of connectors in detail.