Interface | Description |
---|---|
IdcClientProvider |
Interface for factory class of IdcClient
|
Class | Description |
---|---|
IdcClient<TConfig extends IdcClientConfig,TProtocol extends Protocol,TConnection extends Connection> |
Represents a connection to a single Content Server.
|
IdcClientConfig |
Configuration parameters for individual IDC clients
|
IdcClientManager |
Manages the IDC clients.
|
IdcContext |
Holds user-specific information needed to execute a Content Server service.
|
IdcContext.LoginForm |
Form information to allow login to clients with form-based authentication
|
IdcRequestConfig | |
RIDCCookie |
Represents a cookie value
|
RIDCVersionProperties |
Generated by oracle.stellent.ridc.mvnplugins.GenerateVersionProperties
|
SimpleIdcClientManager |
A lightweight client manager for use in simple clients such as desktop and Android.
|
Enum | Description |
---|---|
IdcContext.HttpAuthScheme |
Http authentication schema
|
Exception | Description |
---|---|
IdcClientException |
Base exception for all IDC client errors
|