Uses of Class
oracle.stellent.ridc.IdcClientException
Packages that use IdcClientException
Package
Description
-
Uses of IdcClientException in oracle.stellent.ridc
Methods in oracle.stellent.ridc that throw IdcClientExceptionModifier and TypeMethodDescriptionIdcClientManager.createClient
(String url) Create a new client instance based on the given URL.IdcClientProvider.createClient
(IdcClientManager clientManager, String url) Create an IdcClient using the given URLvoid
IdcClient.initialize()
Initialize the client.void
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 IdcClientException in oracle.stellent.ridc.common.http
Methods in oracle.stellent.ridc.common.http that throw IdcClientExceptionModifier and TypeMethodDescriptionRIDCHttpClientProvider.createHttpClient
(IdcHttpClientConfig config, boolean multithreaded) -
Uses of IdcClientException in oracle.stellent.ridc.common.http.utils
Methods in oracle.stellent.ridc.common.http.utils that throw IdcClientExceptionModifier and TypeMethodDescriptionstatic RIDCHttpClient
RIDCHttpClientUtils.createHttpClient
(RIDCHttpClientProvider clientProvider, IdcHttpClientConfig config, boolean multithreaded) -
Uses of IdcClientException in oracle.stellent.ridc.config
Subclasses of IdcClientException in oracle.stellent.ridc.configModifier and TypeClassDescriptionclass
Errors while reading or writing the serialized configuration information.Methods in oracle.stellent.ridc.config that throw IdcClientExceptionModifier and TypeMethodDescriptionConfigurationSerializer.readConfiguration
(InputStream stream) Read a list of configuration into a new IdcClientManager from an XML stream -
Uses of IdcClientException in oracle.stellent.ridc.convenience.monitor
Methods in oracle.stellent.ridc.convenience.monitor that throw IdcClientExceptionModifier and TypeMethodDescriptionprotected String[]
ContentHistoryWatcher.IdcPollingThread.getCurrentDateWhereClause
(DataObject documentEvent) ContentHistoryWatcher.getOdbcDateFormat()
protected DateFormat
ContentHistoryWatcher.initializeDateFormat
(IdcContext context) -
Uses of IdcClientException in oracle.stellent.ridc.convenience.usersecurity
Methods in oracle.stellent.ridc.convenience.usersecurity that throw IdcClientExceptionModifier and TypeMethodDescriptionint
IUserSecurityCache.getAccessLevelForDocument
(CacheId id, DataObject docInfo, ITrace trace) Get the user's access level for a document.IServiceCallUtils.getAliasMap
(IdcClient client, IdcContext superuser, ITrace trace) Get the Alias list from the Content Server.IUserSecurityCache.getCacheIdForUser
(IdcContext userContext, ITrace trace) Get the CacheId.IServiceCallUtils.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, ITrace trace) Get the user's permissions from Content ServerIUserSecurityCache.getUserSecurityFlags
(CacheId id, ITrace trace) Returns the UserSecurityFlags object.boolean
IUserSecurityCache.isAdmin
(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace) Returns the Admin flag for the specific admin type.IAccessResolver.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) For a given document, determine the user's access level If the resolver determines that it doesn't want to participate in the access level calculation, it returns null -
Uses of IdcClientException in oracle.stellent.ridc.convenience.usersecurity.impl
Methods in oracle.stellent.ridc.convenience.usersecurity.impl that throw IdcClientExceptionModifier and TypeMethodDescriptionint
UserSecurityGroupsCache.getAccessLevelForDocument
(CacheId id, DataObject docInfo, ITrace trace) Get the user's access level for a document.ServiceCallUtils.getAliasMap
(IdcClient client, IdcContext superuser, ITrace trace) Get the Alias list from the Content Server.UserSecurityGroupsCache.getCacheIdForUser
(IdcContext userContext, ITrace trace) Get the CacheId.UserSecurityGroupsCache.getPermissions
(CacheId id, ITrace trace) Get the permissions for a userServiceCallUtils.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, ITrace trace) Get the user's permissions from Content ServerUserSecurityGroupsCache.getUserSecurityFlags
(CacheId id, ITrace trace) Returns the UserSecurityFlags object.boolean
AclListInfo.isAclListChecked
(ITrace trace) boolean
UserSecurityGroupsCache.isAdmin
(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace) Returns the Admin flag for the specific admin type.boolean
UserSecurityGroupsCache.isAuthorDelete
(CacheId id, DataObject docInfo, int access, ITrace trace) boolean
CSEnvCache.isAuthorDeleteEnabled
(ITrace trace) boolean
CSEnvCache.isCollaborationModel
(ITrace trace) Check to see if the server is using Collaboration for Acl Securityboolean
CSEnvCache.isInSpecialAuthGroups
(String dSecurityGroup, ITrace trace) Check to see if dSecurityGroup is covered by ACLboolean
AliasCache.isUserInAlias
(String userName, String aliasName, ITrace trace) Check to see if the specified user is present in the specified aliases' associated user list.boolean
CSEnvCache.isUsing11gDefaultAcl
(ITrace trace) Check to see which default ACL algorithm to useboolean
CSEnvCache.isUsingAccounts
(ITrace trace) Check to see if the server is using Accounts securityboolean
CSEnvCache.isUsingAcl
(ITrace trace) Check to see if the server is using Acl securityboolean
CSEnvCache.isUsingAclRoles
(ITrace trace) Check to see if server is using the RoleEntityACL featureAccessResolverAccounts.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) Get the user's access level for this document.AccessResolverAcl.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) For a given document, determine the user's access level Fix for bug 9782307, only if the document's group is listed in the enviroment's SpecialAuthGroups list will the access level be checked.AccessResolverSecurityGroups.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) For a given document, determine the user's access level This resolver always participates.Constructors in oracle.stellent.ridc.convenience.usersecurity.impl that throw IdcClientExceptionModifierConstructorDescriptionAclListInfo
(CSEnvCache csEnvCache, DataObject docInfo, ITrace trace) Determines if there is any information to be used in this list. -
Uses of IdcClientException in oracle.stellent.ridc.filter
Subclasses of IdcClientException in oracle.stellent.ridc.filterMethods in oracle.stellent.ridc.filter that throw IdcClientExceptionModifier and TypeMethodDescriptionvoid
IIdcFilter.doFilter
(IdcFilterType ftype, Object... objects) Execute RIDC filter.void
IdcFilterManager.executeFilters
(IdcFilterType ftype, Object... objects) Execute the filters beforeServiceRequest method -
Uses of IdcClientException in oracle.stellent.ridc.filter.adapters
Methods in oracle.stellent.ridc.filter.adapters that throw IdcClientExceptionModifier 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()void
IdcFilterAdapter.doFilter
(IdcFilterType ftype, Object... objects) Execute RIDC filter. -
Uses of IdcClientException in oracle.stellent.ridc.protocol
Subclasses of IdcClientException in oracle.stellent.ridc.protocolModifier and TypeClassDescriptionclass
Errors in the protocol layer.class
Exceptions that occur when processing service requests.Methods in oracle.stellent.ridc.protocol that throw IdcClientExceptionModifier and TypeMethodDescriptionServiceResponse.getResponseAsBinder()
Convert the response stream to a data binderServiceResponse.getResponseAsBinder
(boolean checkErrors) Convert the response stream to a data binder -
Uses of IdcClientException in oracle.stellent.ridc.protocol.http
Subclasses of IdcClientException in oracle.stellent.ridc.protocol.httpModifier and TypeClassDescriptionclass
Exceptions in the IdcHttpProtocol implementationMethods in oracle.stellent.ridc.protocol.http that throw IdcClientExceptionModifier and TypeMethodDescriptionIdcHttpClientProvider.createClient
(IdcClientManager clientManager, String url) Create a new IDC client using the given URLvoid
IdcHttpClient.initialize()
Constructors in oracle.stellent.ridc.protocol.http that throw IdcClientExceptionModifierConstructorDescriptionIdcHttpClient
(IdcClientManager clientManager, IdcHttpClientConfig clientConfig) -
Uses of IdcClientException in oracle.stellent.ridc.protocol.http.httpurlconnection.impl
Methods in oracle.stellent.ridc.protocol.http.httpurlconnection.impl that throw IdcClientExceptionModifier and TypeMethodDescriptionHttpURLConnectionClientProvider.createHttpClient
(IdcHttpClientConfig config, boolean multithreaded) Constructors in oracle.stellent.ridc.protocol.http.httpurlconnection.impl that throw IdcClientException -
Uses of IdcClientException in oracle.stellent.ridc.protocol.http.oracle.impl
Methods in oracle.stellent.ridc.protocol.http.oracle.impl that throw IdcClientExceptionModifier and TypeMethodDescriptionHttpOracleClientProvider.createHttpClient
(IdcHttpClientConfig config, boolean multithreaded) Constructors in oracle.stellent.ridc.protocol.http.oracle.impl that throw IdcClientException -
Uses of IdcClientException in oracle.stellent.ridc.protocol.intradoc.socket
Subclasses of IdcClientException in oracle.stellent.ridc.protocol.intradoc.socketModifier and TypeClassDescriptionclass
Exceptions specific to SSL configuration and setup -
Uses of IdcClientException in oracle.stellent.ridc.protocol.jaxws
Methods in oracle.stellent.ridc.protocol.jaxws that throw IdcClientExceptionModifier and TypeMethodDescriptionJaxWSClientProvider.createClient
(IdcClientManager clientManager, String url) void
JaxWSClient.initialize()
protected void
JaxWSClient.initializeStack()
-
Uses of IdcClientException in oracle.wcc.ridc.adfca
Methods in oracle.wcc.ridc.adfca that throw IdcClientExceptionModifier and TypeMethodDescriptionstatic RidcConnection
RidcConnection.getConnection
(String connectionName) Obtain from registry of RidcConnection singletons, the RidcConnection with the specified name.abstract DataBinder
RidcConnection.ping()
Invoke an anonymous PING_SERVER call to the Content Server associated with this connection.RidcConnection.sendRequest
(IdcContext userContext, DataBinder binder) Execute the request; Sends the request to the Content Server and obtains the response. -
Uses of IdcClientException in oracle.wcc.ridc.adfca.framework
Methods in oracle.wcc.ridc.adfca.framework with parameters of type IdcClientExceptionModifier and TypeMethodDescriptionstatic void
RidcConnectionUtils.logIdcClientException
(oracle.adf.share.logging.ADFLogger logger, String clazz, String method, IdcClientException e, String connectionName, String operation) Methods in oracle.wcc.ridc.adfca.framework that throw IdcClientExceptionModifier and TypeMethodDescriptionstatic RidcConnection
RidcConnectionProvider.getConnection
(String connectionName) Obtain from registry of RidcConnection singletons, the RidcConnection with the specified name.protected static void
RidcConnectionProvider.initializeConnection
(RidcConnection conn) Initialize the RIDC Connection.RidcConnectionImpl.ping()
Invoke an anonymous PING_SERVER call to the Content Server associated with this connection. -
Uses of IdcClientException in oracle.wcc.ridc.adfca.session
Methods in oracle.wcc.ridc.adfca.session that throw IdcClientExceptionModifier and TypeMethodDescriptionRidcSessionPoolManager.getSessionPool
(String connectionName) Gets an ADF session-scoped session pool for the named connection.RidcSession.sendRequest
(DataBinder binder) Convenience method for sending a request.RidcSession.sendRequest
(DataBinder binder, IdcRequestConfig requestConfig) Convenience method for sending a request.