Modifier and Type | Method and Description |
---|---|
IdcClient |
IdcClientProvider.createClient(IdcClientManager clientManager,
String url)
Create an IdcClient using the given URL
|
IdcClient |
IdcClientManager.createClient(String url)
Create a new client instance based on the given URL.
|
IdcClient |
IdcClientManager.getClient(String name)
Retrieve a client by name
|
Modifier and Type | Method and Description |
---|---|
void |
IdcClientManager.addClient(String name,
IdcClient client)
Register a client with a given name
|
Modifier and Type | Method and Description |
---|---|
protected IdcClient |
XmlConfigurationSerializer.readConfig(IdcClientManager clientManager,
XPathEvaluator evaluator)
Read the configuration
|
Modifier and Type | Field and Description |
---|---|
protected IdcClient |
ContentHistoryWatcher.m_idcClient |
Modifier and Type | Method and Description |
---|---|
IdcClient |
ContentHistoryWatcher.getIdcClient() |
Constructor and Description |
---|
ContentHistoryWatcher(IdcClient idcClient,
IdcContext context) |
Modifier and Type | Method and Description |
---|---|
CachedDataBinder |
IServiceCallUtils.getAliasMap(IdcClient client,
IdcContext superuser)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
IServiceCallUtils.getAliasMap(IdcClient client,
IdcContext superuser,
ITrace trace)
Get the Alias list from the Content Server.
|
CachedDataBinder |
IServiceCallUtils.getServerEnvironment(IdcClient client,
IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
IServiceCallUtils.getServerEnvironment(IdcClient client,
IdcContext userContext,
ITrace trace)
Get the environment information of the content server
Interesting localdata are UseCollaboration, and UseAccounts
|
CachedDataBinder |
IServiceCallUtils.getUserPermissions(IdcClient client,
IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
IServiceCallUtils.getUserPermissions(IdcClient client,
IdcContext userContext,
ITrace trace)
Get the user's permissions from Content Server
|
Modifier and Type | Field and Description |
---|---|
protected IdcClient |
UserSecurityGroupsCache.m_idcClient |
Modifier and Type | Method and Description |
---|---|
IdcClient |
UserSecurityGroupsCache.getIdcClient()
Get the IdcClient used for this cache
|
IdcClient |
CSEnvCache.getIdcClient() |
Modifier and Type | Method and Description |
---|---|
CachedDataBinder |
ServiceCallUtils.getAliasMap(IdcClient client,
IdcContext superuser)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
ServiceCallUtils.getAliasMap(IdcClient client,
IdcContext superuser,
ITrace trace)
Get the Alias list from the Content Server.
|
CachedDataBinder |
ServiceCallUtils.getServerEnvironment(IdcClient client,
IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
ServiceCallUtils.getServerEnvironment(IdcClient client,
IdcContext userContext,
ITrace trace)
Get the environment information of the content server
Interesting localdata are UseCollaboration, and UseAccounts
|
CachedDataBinder |
ServiceCallUtils.getUserPermissions(IdcClient client,
IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
ServiceCallUtils.getUserPermissions(IdcClient client,
IdcContext userContext,
ITrace trace)
Get the user's permissions from Content Server
|
void |
UserSecurityGroupsCache.setIdcClient(IdcClient idcClient)
For this Cache, set the communication information
|
Constructor and Description |
---|
CSEnvCache(IdcClient idcClient,
IdcContext idcContext,
long timeToLive)
Deprecated.
|
CSEnvCache(IdcClient idcClient,
IdcContext idcContext,
long timeToLive,
IServiceCallUtils serviceCallUtils) |
UserSecurityGroupsCache(IdcClient idcClient,
int cacheMaxSize,
long timeToLive)
Deprecated.
|
UserSecurityGroupsCache(IdcClient idcClient,
int cacheMaxSize,
long timeToLive,
IServiceCallUtils serviceCallUtils)
Deprecated.
|
UserSecurityGroupsCache(IdcClient idcClient,
int cacheMaxSize,
long userTimeToLive,
long serverTimeToLive,
IdcContext superuser)
Create a security implementation that checks Security Groups
|
UserSecurityGroupsCache(IdcClient idcClient,
int cacheMaxSize,
long userTimeToLive,
long serverTimeToLive,
IdcContext superuser,
IServiceCallUtils serviceCallUtils)
Create a security implementation that checks Security Groups
|
UserSGAccountsCache(IdcClient idcClient,
int cacheMaxSize,
long userTimeToLive,
long serverTimeToLive)
Deprecated.
|
UserSGAccountsCache(IdcClient idcClient,
int cacheMaxSize,
long userTimeToLive,
long serverTimeToLive,
IdcContext superuser)
Create a security implementation that checks Security Groups and Accounts if Account Security is enabled
on the content server with UseAccounts=1
|
UserSGAccountsCache(IdcClient idcClient,
int cacheMaxSize,
long userTimeToLive,
long serverTimeToLive,
IdcContext superuser,
IServiceCallUtils serviceCallUtils)
Create a security implementation that checks Security Groups and Accounts if Account Security is enabled
on the content server with UseAccounts=1
|
UserSGAcctAclCache(IdcClient idcClient,
int cacheMaxSize,
long userTimeToLive,
long serverTimeToLive,
IdcContext superuser)
Create a security implementation that checks Security Groups, Accounts, and ACLs
depending on the content server's settings for UseAccounts and UseCollaboration
|
UserSGAcctAclCache(IdcClient idcClient,
int cacheMaxSize,
long userTimeToLive,
long serverTimeToLive,
IdcContext superuser,
IServiceCallUtils serviceCallUtils)
Create a security implementation that checks Security Groups, Accounts, and ACLs
depending on the content server's settings for UseAccounts and UseCollaboration
|
Modifier and Type | Method and Description |
---|---|
void |
IdcFilterAdapter.beforeLogout(IdcClient client,
IdcContext context,
DataBinder binder)
RIDC filter called just before logout is processed by underlying protocol instance
|
void |
BeforeServiceRequestFilter.beforeServiceRequest(IdcClient client,
IdcContext context,
DataBinder binder)
RIDC filter called just before service request is processed by IdcClient.sendRequest()
|
void |
IdcFilterAdapter.beforeServiceRequest(IdcClient client,
IdcContext context,
DataBinder binder)
RIDC filter called just before service request is processed by IdcClient.sendRequest()
|
Modifier and Type | Method and Description |
---|---|
IdcClient |
Protocol.getClient() |
Modifier and Type | Class and Description |
---|---|
class |
IdcHttpClient |
Modifier and Type | Class and Description |
---|---|
class |
IntradocClient
The Intradoc implementation of the IDC client.
|
Modifier and Type | Method and Description |
---|---|
IdcClient |
IntradocClientProvider.createClient(IdcClientManager clientManager,
String url)
Create a new IDC client using the given URL
|
IdcClient |
HdaProtocol.getClient() |
Constructor and Description |
---|
HdaProtocol(IdcClient client,
DataFactory dataFactory,
ServiceRequest<TConnection> serviceRequest)
Constructor
|
IntradocProtocol(IdcClient idcClient,
DataFactory dataFactory,
ServiceRequest<SocketConnection> serviceRequest) |
Modifier and Type | Class and Description |
---|---|
class |
JaxWSClient |
Modifier and Type | Method and Description |
---|---|
abstract IdcClient |
RidcConnection.getIdcClient()
Gets the IdcClient instance for this connection.
|
Modifier and Type | Method and Description |
---|---|
IdcClient |
RidcConnectionImpl.getIdcClient()
Gets the IdcClient instance for this connection.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
RidcConnectionProvider.setConnectionProperties(RidcConnection conn,
IdcClient client)
Set the IdcClient's protocol configuration configuration properties.
|
void |
RidcConnectionImpl.setIdcClient(IdcClient idcClient)
Sets the IdcClient instance that got created based on this connection's
properties; specifically connection URL.
|
protected static void |
RidcConnectionProvider.setSessionPoolProperties(RidcConnection conn,
IdcClient client)
Set the Session Pool configuration properties.
|
Modifier and Type | Method and Description |
---|---|
IdcClient |
RidcSession.getIdcClient() |