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 URLvoidIdcClient.initialize()Initialize the client.voidIdcClient.logout(IdcContext userContext) LogoutvoidIdcClient.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 RIDCHttpClientRIDCHttpClientUtils.createHttpClient(RIDCHttpClientProvider clientProvider, IdcHttpClientConfig config, boolean multithreaded) -
Uses of IdcClientException in oracle.stellent.ridc.config
Subclasses of IdcClientException in oracle.stellent.ridc.configModifier and TypeClassDescriptionclassErrors 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 DateFormatContentHistoryWatcher.initializeDateFormat(IdcContext context) -
Uses of IdcClientException in oracle.stellent.ridc.convenience.usersecurity
Methods in oracle.stellent.ridc.convenience.usersecurity that throw IdcClientExceptionModifier and TypeMethodDescriptionintIUserSecurityCache.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.booleanIUserSecurityCache.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 TypeMethodDescriptionintUserSecurityGroupsCache.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.booleanAclListInfo.isAclListChecked(ITrace trace) booleanUserSecurityGroupsCache.isAdmin(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace) Returns the Admin flag for the specific admin type.booleanUserSecurityGroupsCache.isAuthorDelete(CacheId id, DataObject docInfo, int access, ITrace trace) booleanCSEnvCache.isAuthorDeleteEnabled(ITrace trace) booleanCSEnvCache.isCollaborationModel(ITrace trace) Check to see if the server is using Collaboration for Acl SecuritybooleanCSEnvCache.isInSpecialAuthGroups(String dSecurityGroup, ITrace trace) Check to see if dSecurityGroup is covered by ACLbooleanAliasCache.isUserInAlias(String userName, String aliasName, ITrace trace) Check to see if the specified user is present in the specified aliases' associated user list.booleanCSEnvCache.isUsing11gDefaultAcl(ITrace trace) Check to see which default ACL algorithm to usebooleanCSEnvCache.isUsingAccounts(ITrace trace) Check to see if the server is using Accounts securitybooleanCSEnvCache.isUsingAcl(ITrace trace) Check to see if the server is using Acl securitybooleanCSEnvCache.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 TypeMethodDescriptionvoidIIdcFilter.doFilter(IdcFilterType ftype, Object... objects) Execute RIDC filter.voidIdcFilterManager.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 TypeMethodDescriptionvoidBeforeJaxwsServiceFilter.beforeJaxwsAuthenticateUser(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogin () in authenticateUser ()voidIdcFilterAdapter.beforeJaxwsAuthenticateUser(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogin () in authenticateUser ()voidBeforeJaxwsServiceFilter.beforeJaxwsLogoutUser(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogout ()voidIdcFilterAdapter.beforeJaxwsLogoutUser(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogoutvoidBeforeJaxwsServiceFilter.beforeJaxwsServiceRequest(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerRequest () in performServiceRequest ()voidIdcFilterAdapter.beforeJaxwsServiceRequest(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerRequest () in performServiceRequest ()voidIdcFilterAdapter.beforeLogout(IdcClient client, IdcContext context, DataBinder binder) RIDC filter called just before logout is processed by underlying protocol instancevoidBeforeServiceRequestFilter.beforeServiceRequest(IdcClient client, IdcContext context, DataBinder binder) RIDC filter called just before service request is processed by IdcClient.sendRequest()voidIdcFilterAdapter.beforeServiceRequest(IdcClient client, IdcContext context, DataBinder binder) RIDC filter called just before service request is processed by IdcClient.sendRequest()voidIdcFilterAdapter.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 TypeClassDescriptionclassErrors in the protocol layer.classExceptions 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 TypeClassDescriptionclassExceptions 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 URLvoidIdcHttpClient.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 TypeClassDescriptionclassExceptions 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) voidJaxWSClient.initialize()protected voidJaxWSClient.initializeStack() -
Uses of IdcClientException in oracle.wcc.ridc.adfca
Methods in oracle.wcc.ridc.adfca that throw IdcClientExceptionModifier and TypeMethodDescriptionstatic RidcConnectionRidcConnection.getConnection(String connectionName) Obtain from registry of RidcConnection singletons, the RidcConnection with the specified name.abstract DataBinderRidcConnection.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 voidRidcConnectionUtils.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 RidcConnectionRidcConnectionProvider.getConnection(String connectionName) Obtain from registry of RidcConnection singletons, the RidcConnection with the specified name.protected static voidRidcConnectionProvider.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.