Skip navigation links

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

E17274-02


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   
oracle.stellent.ridc.protocol.jaxws.stack   
oracle.stellent.ridc.protocol.jaxws.stack.jrf   
oracle.stellent.ridc.protocol.jaxws.stack.wls   

 

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
 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.
 CacheId IUserSecurityCache.getCacheIdForUser(IdcContext userContext)
          Deprecated. this method swallows IdcClientExceptions
 CacheId IUserSecurityCache.getCacheIdForUser(IdcContext userContext, ITrace trace)
          Get the CacheId.
 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
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 AliasCache.m_superuser
           
protected  IdcContext AccessResolverAcl.m_superuser
           

 

Methods in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type IdcContext
 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.
 CacheId UserSecurityGroupsCache.getCacheIdForUser(IdcContext userContext)
          Deprecated. this method swallows IdcClientExceptions
 CacheId UserSecurityGroupsCache.getCacheIdForUser(IdcContext userContext, ITrace trace)
          Get the CacheId.
 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

 

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
AliasCache(CSEnvCache csEnvCache, long timeToLive, IdcContext superuser)
           
CSEnvCache(IdcClient idcClient, IdcContext idcContext, long timeToLive)
          Deprecated. 
CSEnvCache(IdcClient idcClient, IdcContext idcContext, long timeToLive, IServiceCallUtils serviceCallUtils)
           
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

 

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

 

Uses of IdcContext in oracle.stellent.ridc.protocol.jaxws.stack

 

Methods in oracle.stellent.ridc.protocol.jaxws.stack with parameters of type IdcContext
abstract  void JaxWSServiceStack.getCookiesFromUserContext(IdcContext userContext, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           

 

Uses of IdcContext in oracle.stellent.ridc.protocol.jaxws.stack.jrf

 

Methods in oracle.stellent.ridc.protocol.jaxws.stack.jrf with parameters of type IdcContext
 void JaxWSjrfServiceStack.getCookiesFromUserContext(IdcContext userContext, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           

 

Uses of IdcContext in oracle.stellent.ridc.protocol.jaxws.stack.wls

 

Methods in oracle.stellent.ridc.protocol.jaxws.stack.wls with parameters of type IdcContext
 void JaxWSwlsServiceStack.getCookiesFromUserContext(IdcContext userContext, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           

 


Skip navigation links

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

E17274-02


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