Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


Uses of Class
oracle.stellent.ridc.IdcContext

Packages that use IdcContext
oracle.stellent.ridc   
oracle.stellent.ridc.convenience.monitor   
oracle.stellent.ridc.convenience.usersecurity   
oracle.stellent.ridc.convenience.usersecurity.impl   
oracle.stellent.ridc.protocol   
oracle.stellent.ridc.protocol.http   

 

Uses of IdcContext in oracle.stellent.ridc

 

Methods in oracle.stellent.ridc with parameters of type IdcContext
protected  ServiceRequest<TConnection> IdcClient.createRequest(IdcContext userContext, DataBinder dataBinder, TConnection connection)
          Create the service request object
 ServiceResponse IdcClient.sendRequest(IdcContext userContext, DataBinder dataBinder)
          Execute the request; sends the request to the Content Server and reads the response.

 

Uses of IdcContext in oracle.stellent.ridc.convenience.monitor

 

Fields in oracle.stellent.ridc.convenience.monitor declared as IdcContext
protected  IdcContext ContentHistoryWatcher.m_context
           

 

Methods in oracle.stellent.ridc.convenience.monitor that return IdcContext
protected  IdcContext ContentHistoryWatcher.getContext()
           

 

Methods in oracle.stellent.ridc.convenience.monitor with parameters of type IdcContext
protected  java.text.DateFormat ContentHistoryWatcher.initializeDateFormat(IdcContext context)
           

 

Constructors in oracle.stellent.ridc.convenience.monitor with parameters of type IdcContext
ContentHistoryWatcher(IdcClient idcClient, IdcContext context)
           

 

Uses of IdcContext in oracle.stellent.ridc.convenience.usersecurity

 

Fields in oracle.stellent.ridc.convenience.usersecurity declared as IdcContext
protected  IdcContext CacheId.m_userContext
           

 

Methods in oracle.stellent.ridc.convenience.usersecurity that return IdcContext
 IdcContext CacheId.getUserContext()
           

 

Methods in oracle.stellent.ridc.convenience.usersecurity with parameters of type IdcContext
 CacheId IUserSecurityCache.getCacheIdForUser(IdcContext userContext)
          Get the CacheId.
protected  void CacheId.setUserContext(IdcContext context)
           

 

Constructors in oracle.stellent.ridc.convenience.usersecurity with parameters of type IdcContext
CacheId(java.lang.String userName, IdcContext userContext)
           

 

Uses of IdcContext in oracle.stellent.ridc.convenience.usersecurity.impl

 

Fields in oracle.stellent.ridc.convenience.usersecurity.impl declared as IdcContext
protected  IdcContext CSEnvCache.m_idcContext
           
protected  IdcContext AccessResolverAcl.m_superuser
           

 

Methods in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type IdcContext
static CachedDataBinder BinderUtils.getAliasMap(IdcClient client, IdcContext superuser)
          Get the Alias list from the Content Server.
 CacheId UserSecurityGroupsCache.getCacheIdForUser(IdcContext userContext)
          Get the CacheId.
static CachedDataBinder BinderUtils.getServerEnvironment(IdcClient client, IdcContext userContext)
          get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts
static CachedDataBinder BinderUtils.getUserPermissions(IdcClient client, IdcContext userContext)
          Get the user's permissions from Content Server

 

Constructors in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type IdcContext
AccessResolverAcl(CSEnvCache csEnvCache, long timeToLive, IdcContext superuser)
          The superuser context is used to cache a copy of the Alias list from the content server
CSEnvCache(IdcClient idcClient, IdcContext idcContext, long timeToLive)
           
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

 

Uses of IdcContext in oracle.stellent.ridc.protocol

 

Methods in oracle.stellent.ridc.protocol that return IdcContext
 IdcContext ServiceRequest.getUserContext()
           

 

Constructors in oracle.stellent.ridc.protocol with parameters of type IdcContext
ServiceRequest(IdcContext idcContext, DataBinder dataBinder, TConnection connection)
           

 

Uses of IdcContext in oracle.stellent.ridc.protocol.http

 

Methods in oracle.stellent.ridc.protocol.http with parameters of type IdcContext
static void HttpClientUtils.addRequestData(IdcContext context, org.apache.commons.httpclient.HttpClient httpClient, org.apache.commons.httpclient.HttpMethod httpMethod, boolean addCookies)
          Set standard request headers, cookies and other info into the HTTP method.
protected  ServiceRequest<IdcHttpClientConnection> IdcHttpClient.createRequest(IdcContext userContext, DataBinder dataBinder, IdcHttpClientConnection connection)
          Create the service request object

 


Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.