Uses of Class
oracle.stellent.ridc.IdcContext
Packages that use IdcContext
Package
Description
-
Uses of IdcContext in oracle.stellent.ridc
Methods in oracle.stellent.ridc with parameters of type IdcContextModifier and TypeMethodDescriptionprotected ServiceRequest<TConnection>
IdcClient.createRequest
(IdcContext userContext, DataBinder dataBinder, TConnection connection, IdcRequestConfig requestConfig) Create the service request objectvoid
IdcClient.logout
(IdcContext userContext) Logoutvoid
IdcClient.logout
(IdcContext userContext, IdcRequestConfig requestConfig) LogoutIdcClient.sendRequest
(IdcContext userContext, DataBinder dataBinder) Execute the request; sends the request to the Content Server and reads the response.IdcClient.sendRequest
(IdcContext userContext, DataBinder dataBinder, IdcRequestConfig requestConfig) 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 IdcContextModifier and TypeMethodDescriptionstatic void
RIDCHttpClientUtils.addRequestData
(IdcContext context, RIDCHttpClient httpClient, RIDCHttpMethod httpMethod, IdcRequestConfig requestConfig, 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 IdcContextMethods in oracle.stellent.ridc.convenience.monitor that return IdcContextMethods in oracle.stellent.ridc.convenience.monitor with parameters of type IdcContextModifier and TypeMethodDescriptionprotected DateFormat
ContentHistoryWatcher.initializeDateFormat
(IdcContext context) Constructors in oracle.stellent.ridc.convenience.monitor with parameters of type IdcContext -
Uses of IdcContext in oracle.stellent.ridc.convenience.usersecurity
Fields in oracle.stellent.ridc.convenience.usersecurity declared as IdcContextMethods in oracle.stellent.ridc.convenience.usersecurity that return IdcContextMethods in oracle.stellent.ridc.convenience.usersecurity with parameters of type IdcContextModifier and TypeMethodDescriptionIServiceCallUtils.getAliasMap
(IdcClient client, IdcContext superuser) Deprecated.this method swallows IdcClientExceptionsIServiceCallUtils.getAliasMap
(IdcClient client, IdcContext superuser, ITrace trace) Get the Alias list from the Content Server.IUserSecurityCache.getCacheIdForUser
(IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsIUserSecurityCache.getCacheIdForUser
(IdcContext userContext, ITrace trace) Get the CacheId.IServiceCallUtils.getServerEnvironment
(IdcClient client, IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsIServiceCallUtils.getServerEnvironment
(IdcClient client, IdcContext userContext, ITrace trace) Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccountsIServiceCallUtils.getUserPermissions
(IdcClient client, IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsIServiceCallUtils.getUserPermissions
(IdcClient client, IdcContext userContext, ITrace trace) Get the user's permissions from Content Serverprotected void
CacheId.setUserContext
(IdcContext context) Constructors in oracle.stellent.ridc.convenience.usersecurity with parameters of type IdcContext -
Uses of IdcContext in oracle.stellent.ridc.convenience.usersecurity.impl
Methods in oracle.stellent.ridc.convenience.usersecurity.impl that return IdcContextModifier and TypeMethodDescriptionCSEnvCache.getIdcContext()
Get the IdcContext.TimedIdcContext.getIdcContext()
Get the user-specific IdcContext.Methods in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type IdcContextModifier and TypeMethodDescriptionServiceCallUtils.getAliasMap
(IdcClient client, IdcContext superuser) Deprecated.this method swallows IdcClientExceptionsServiceCallUtils.getAliasMap
(IdcClient client, IdcContext superuser, ITrace trace) Get the Alias list from the Content Server.UserSecurityGroupsCache.getCacheIdForUser
(IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsUserSecurityGroupsCache.getCacheIdForUser
(IdcContext userContext, ITrace trace) Get the CacheId.ServiceCallUtils.getServerEnvironment
(IdcClient client, IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsServiceCallUtils.getServerEnvironment
(IdcClient client, IdcContext userContext, ITrace trace) Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccountsServiceCallUtils.getUserPermissions
(IdcClient client, IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsServiceCallUtils.getUserPermissions
(IdcClient client, IdcContext userContext, ITrace trace) Get the user's permissions from Content ServerConstructors in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type IdcContextModifierConstructorDescriptionCSEnvCache
(IdcClient idcClient, IdcContext idcContext, long timeToLive) Deprecated.CSEnvCache
(IdcClient idcClient, IdcContext idcContext, long timeToLive, IServiceCallUtils serviceCallUtils) TimedIdcContext
(IdcContext idcContext, IdcClient<?, ?, ?> idcClient) Constructor to initialize TimedIdcContext.UserSecurityGroupsCache
(IdcClient idcClient, int cacheMaxSize, long userTimeToLive, long serverTimeToLive, IdcContext superuser) Create a security implementation that checks Security GroupsUserSecurityGroupsCache
(IdcClient idcClient, int cacheMaxSize, long userTimeToLive, long serverTimeToLive, IdcContext superuser, IServiceCallUtils serviceCallUtils) Create a security implementation that checks Security GroupsUserSGAccountsCache
(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=1UserSGAccountsCache
(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=1UserSGAcctAclCache
(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 UseCollaborationUserSGAcctAclCache
(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 IdcContextModifier and TypeMethodDescriptionvoid
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.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.beforeJaxwsLogoutUser
(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogout ()void
IdcFilterAdapter.beforeJaxwsLogoutUser
(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogoutvoid
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.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 instancevoid
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 IdcContextConstructors in oracle.stellent.ridc.protocol with parameters of type IdcContextModifierConstructorDescriptionServiceRequest
(IdcContext idcContext, DataBinder dataBinder, TConnection connection) ServiceRequest
(IdcContext idcContext, DataBinder dataBinder, TConnection connection, IdcRequestConfig requestConfig) -
Uses of IdcContext in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return IdcContext -
Uses of IdcContext in oracle.stellent.ridc.protocol.jaxws.stack
Methods in oracle.stellent.ridc.protocol.jaxws.stack with parameters of type IdcContextModifier and TypeMethodDescriptionabstract 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 IdcContextModifier and TypeMethodDescriptionvoid
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 IdcContextModifier and TypeMethodDescriptionvoid
JaxWSwlsServiceStack.getCookiesFromUserContext
(IdcContext userContext, Map<String, Object> requestContext) -
Uses of IdcContext in oracle.wcc.ridc.adfca
Methods in oracle.wcc.ridc.adfca that return IdcContextModifier and TypeMethodDescriptionabstract IdcContext
RidcConnection.getAnonymousCredential()
Get a credential for the anonymous user.abstract IdcContext
RidcConnection.getCredential()
Evaluates the credentials stored for this connection instance along with the protocol being leveraged and infers / returns the user context deemed most appropriate.abstract IdcContext
RidcConnection.getCredential
(String username) Attempt to obtain for the specified username an appropriate user context object.abstract IdcContext
RidcConnection.getCredentialForADFSecurityContextUser()
Attempt to obtain for the user as seen by the ADF Security Context an appropriate user context object.abstract IdcContext
RidcConnection.getCredentialForADFSecurityContextUser
(boolean anonymousSupported) Attempt to obtain for the user as seen by the ADF Security Context an appropriate user context object.abstract IdcContext
RidcConnection.getCredentialForImpersonatee
(String impersonatee, IdcContext impersonatorContext) Leverages the specified impersonator user context to invoke a PING_SERVER call to the Content Server with impersonation properties set in the request DataBinder requesting sticky impersonation for the specified impersonatee.Methods in oracle.wcc.ridc.adfca with parameters of type IdcContextModifier and TypeMethodDescriptionabstract IdcContext
RidcConnection.getCredentialForImpersonatee
(String impersonatee, IdcContext impersonatorContext) Leverages the specified impersonator user context to invoke a PING_SERVER call to the Content Server with impersonation properties set in the request DataBinder requesting sticky impersonation for the specified impersonatee.abstract void
RidcConnection.logout
(IdcContext userContext) Attempt to logout the session wrapped by the specified IdcContext instance.RidcConnection.sendRequest
(IdcContext userContext, DataBinder binder) Execute the request; Sends the request to the Content Server and obtains the response. -
Uses of IdcContext in oracle.wcc.ridc.adfca.framework
Methods in oracle.wcc.ridc.adfca.framework that return IdcContextModifier and TypeMethodDescriptionRidcConnectionImpl.getAnonymousCredential()
Get a credential for the anonymous user.RidcConnectionImpl.getCredential()
Evaluates the credentials stored for this connection instance along with the protocol being leveraged and infers / returns the user context deemed most appropriate.RidcConnectionImpl.getCredential
(String username) Attempt to obtain for the specified username an appropriate user context object.RidcConnectionImpl.getCredentialForADFSecurityContextUser()
Attempt to obtain for the user as seen by the ADF Security Context an appropriate user context object.RidcConnectionImpl.getCredentialForADFSecurityContextUser
(boolean anonymousSupported) Attempt to obtain for the user as seen by the ADF Security Context an appropriate user context object.RidcConnectionImpl.getCredentialForImpersonatee
(String impersonatee, IdcContext impersonatorContext) Leverages the specified impersonator user context to invoke a PING_SERVER call to the Content Server with impersonation properties set in the request DataBinder requesting sticky impersonation for the specified impersonatee.Methods in oracle.wcc.ridc.adfca.framework with parameters of type IdcContextModifier and TypeMethodDescriptionRidcConnectionImpl.getCredentialForImpersonatee
(String impersonatee, IdcContext impersonatorContext) Leverages the specified impersonator user context to invoke a PING_SERVER call to the Content Server with impersonation properties set in the request DataBinder requesting sticky impersonation for the specified impersonatee.void
RidcConnectionImpl.logout
(IdcContext userContext) Attempt to logout the session wrapped by the specified IdcContext instance. -
Uses of IdcContext in oracle.wcc.ridc.adfca.session
Methods in oracle.wcc.ridc.adfca.session that return IdcContextConstructors in oracle.wcc.ridc.adfca.session with parameters of type IdcContext -
Uses of IdcContext in oracle.wcc.ridc.adfca.session.auth
Methods in oracle.wcc.ridc.adfca.session.auth that return IdcContextModifier and TypeMethodDescriptionADFSecurityContextCredentialProvider.getCredential
(RidcConnection connection, boolean anonymousFallbackAllowed) ImpersonationADFSecurityContextCredentialProvider.getCredential
(RidcConnection connection, boolean anonymousFallbackAllowed) JPSSubjectCredentialProvider.getCredential
(RidcConnection connection, boolean anonymousFallbackAllowed) RidcCredentialProvider.getCredential
(RidcConnection connection, boolean anonymousFallbackAllowed) Get a suitable credential for the connected ADF session-scope party to use for a session pool session