|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
void |
IdcClient.logout(IdcContext userContext)Logout |
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.common.http.utils |
|---|
| Methods in oracle.stellent.ridc.common.http.utils with parameters of type IdcContext | |
|---|---|
static void |
RIDCHttpClientUtils.addRequestData(IdcContext context, RIDCHttpClient httpClient, RIDCHttpMethod httpMethod, boolean addCookies)Set standard request headers, cookies and other info into the HTTP method. |
| 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 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(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 |
protected IdcContext |
AliasCache.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) |
|
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, 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.filter.adapters |
|---|
| Methods in oracle.stellent.ridc.filter.adapters with parameters of type IdcContext | |
|---|---|
void |
IdcFilterAdapter.beforeJaxwsAuthenticateUser(IdcContext context, DataBinder binder, Map<String,Object> requestContext)RIDC filter called just before jaxws call is made to loginPort.contentServerLogin () in authenticateUser () |
void |
BeforeJaxwsServiceFilter.beforeJaxwsAuthenticateUser(IdcContext context, DataBinder binder, Map<String,Object> requestContext)RIDC filter called just before jaxws call is made to loginPort.contentServerLogin () in authenticateUser () |
void |
IdcFilterAdapter.beforeJaxwsLogoutUser(IdcContext context, DataBinder binder, Map<String,Object> requestContext)RIDC filter called just before jaxws call is made to loginPort.contentServerLogout |
void |
BeforeJaxwsServiceFilter.beforeJaxwsLogoutUser(IdcContext context, DataBinder binder, Map<String,Object> requestContext)RIDC filter called just before jaxws call is made to loginPort.contentServerLogout () |
void |
IdcFilterAdapter.beforeJaxwsServiceRequest(IdcContext context, DataBinder binder, Map<String,Object> requestContext)RIDC filter called just before jaxws call is made to loginPort.contentServerRequest () in performServiceRequest () |
void |
BeforeJaxwsServiceFilter.beforeJaxwsServiceRequest(IdcContext context, DataBinder binder, Map<String,Object> requestContext)RIDC filter called just before jaxws call is made to loginPort.contentServerRequest () in performServiceRequest () |
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() |
| 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 | |
|---|---|
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, Map<String,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, Map<String,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, Map<String,Object> requestContext) |
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||