Uses of Class
oracle.stellent.ridc.protocol.ProtocolException
Packages that use ProtocolException
Package
Description
-
Uses of ProtocolException in oracle.stellent.ridc
Methods in oracle.stellent.ridc that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected ConnectionPool<TConnection>IdcClient.createConnectionPool()protected abstract TProtocolIdcClient.createProtocol(ServiceRequest<TConnection> serviceRequest) Create the protocol to handle the requestIdcClient.getConnectionPool() -
Uses of ProtocolException in oracle.stellent.ridc.common.http
Methods in oracle.stellent.ridc.common.http that throw ProtocolExceptionModifier and TypeMethodDescriptionintRIDCHttpMethod.execute()Execute the requestRIDCHttpMethod.getResponseBodyAsStream()Get the response as a streamRIDCHttpMethod.getResponseHeader(String headerName) Get response headerRIDCHttpMethod.getResponseHeaders()Get all response headersintRIDCHttpMethod.getStatusCode()Get the status code of the responseRIDCHttpMethod.getStatusLine()Get the status line of the response -
Uses of ProtocolException in oracle.stellent.ridc.protocol
Methods in oracle.stellent.ridc.protocol that throw ProtocolExceptionModifier and TypeMethodDescriptionConnectionPool.acquireConnection()Obtain a connection from the pool for the current threadvoidConnection.close()Close the connectionvoidConnection.connect()Create and initialize a connectionConnectionManager.createConnection(TClientConfig clientConfig) Create a new connection.<TCon extends Connection>
ConnectionPool<TCon>ConnectionPoolManager.createConnectionPool(String name, IdcClientConfig config, ConnectionManager<TCon, IdcClientConfig> manager) Create a new connection poolvoidConnectionPool.initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection, IdcClientConfig> connectionManager) Let a pool implementation initialize itselfvoidConnectionManager.initializeConnection(TConnection connection) Initialize a connection acquired from the threading model to use with this service request object.voidProtocol.logout()Best-effort Logout from Content ServerProtocol.readResponse()voidProtocol.writeRequest()Send request to the Content Server -
Uses of ProtocolException in oracle.stellent.ridc.protocol.http
Subclasses of ProtocolException in oracle.stellent.ridc.protocol.httpModifier and TypeClassDescriptionclassExceptions in the IdcHttpProtocol implementationMethods in oracle.stellent.ridc.protocol.http that throw ProtocolExceptionModifier and TypeMethodDescriptionstatic AuthenticationHandlerIdcHttpProtocol.createAuthHandler(IdcContext.HttpAuthScheme authScheme, IdcHttpProtocol httpProtocol) Retrieve the authentication handler associated with the given authentication schemeIdcHttpConnectionManager.createConnection(IdcHttpClientConfig clientConfig) Create a new connection.protected intIdcHttpProtocol.executeBinderMethod(List<NameValuePair> parameters, Boolean followRedirects) Execute an HTTP method against the content server that POSTs a binder in HDA formatprotected intIdcHttpProtocol.executeStreamMethod(List<NameValuePair> parameters) Execute a multipart POST method against the content server that uploads the given files.IdcHttpProtocol.getInputStream()booleanAuthenticationHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemevoidIdcHttpProtocol.logout()IdcHttpProtocol.readResponse()Reads the next message, if a message is not completely received within the timeout specified an exception is thrown.intAuthenticationHandler.sendAuthenticatedRequest()Send the authenticated request to the Content ServerintIdcHttpProtocol.sendRequest()Send the request to the Content Server; used internally by the AuthHandler implementations Same assendRequest(null)intIdcHttpProtocol.sendRequest(Boolean followRedirects) Send the request to the Content Server; used internally by the AuthHandler implementationsvoidIdcHttpProtocol.writeRequest()Write the request to the Content Server -
Uses of ProtocolException in oracle.stellent.ridc.protocol.http.auth
Methods in oracle.stellent.ridc.protocol.http.auth that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected RIDCHttpClientFormAuthHandler.createHttpClient()protected RIDCHttpClientOAM11GWebgateAuthHandler.createHttpClient()protected RIDCHttpClientOAuth2IDCSAuthHandler.createHttpClient()protected RIDCHttpPostMethodFormAuthHandler.createLoginMethod()Create the post method for the login operationprotected RIDCHttpPostMethodOIMSSOAuthHandler.createLoginMethod()Create the post method for the login operationprotected RIDCHttpMethodOAMSSOAuthHandler.createPingMethod()Create the method used to PING the serverprotected RIDCHttpMethodOIMSSOAuthHandler.createPingMethod()Create the method used to PING the serverprotected RIDCHttpMethodOIMSSOAuthHandler.createRedirectMethod(RIDCHttpMethod httpMethod) Create a method to follow a redirect, using the Location response header.AuthenticationDetector.determineAuthHandler(IdcHttpProtocol httpProtocol) Determine which authentication handler to use for the Content Server.protected intFormAuthHandler.executeLogin(RIDCHttpPostMethod postMethod) Execute the login methodFormAuthHandler.getHttpClient()OAM11GWebgateAuthHandler.getHttpClient()OAuth2IDCSAuthHandler.getHttpClient()protected StringFormAuthHandler.getLoginFormPath(IdcContext.LoginForm loginForm) Determine the location for the login form postprotected StringOIMSSOAuthHandler.getLoginFormPath(IdcContext.LoginForm loginForm) Determine the location for the login form post.protected voidFormAuthHandler.handleFormLogin()Handle logging into the Content Server via a login formprotected voidOAMSSOAuthHandler.handleFormLogin()Handle logging into the Content Server via a login formprotected voidFormAuthHandler.handleFormResponse(RIDCHttpMethod postMethod, int status) Handle processing the response from the form loginprotected voidOAMSSOAuthHandler.handleFormResponse(RIDCHttpMethod postMethod, int status) Handle processing the response from the form loginprotected voidOIMSSOAuthHandler.handleFormResponse(RIDCHttpMethod postMethod, int status) Handle processing the response from the form loginprotected voidOAM11GWebgateAuthHandler.handleLogin()With redirects enabled, HTTP GET the PING_SERVER service fronted by the OHS hosting the 11g Webgate (/cs/idcplg?IdcService=PING_SERVER&IsJava=1) ...protected voidOAuth2IDCSAuthHandler.handleLogin()With redirects enabled, HTTP GET the GET_OAUTH_TOKEN service fronted by the LBaaS and intercepted by cloudgate (https://host/documents/web?IdcService=GET_OAUTH_TOKEN&functionName=getTokenHere&scope=DOCS&IsJson=0) ...booleanFormAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemebooleanGenericAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) booleanOAM11GWebgateAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod pingMethod) Determine if 11g Webgate authentication is in the mix.booleanOAMSSOAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemebooleanOAuth2IDCSAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod pingMethod) Determine if DoCS (External Compute w/ Identity Cloud Service) OAuth authentication is in the mix.booleanOIMSSOAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemeprotected voidOIMSSOAuthHandler.readUnusedResponseBody(RIDCHttpMethod method) Read and discard the response body from the HttpMethod.intBasicAuthHandler.sendAuthenticatedRequest()Send the authenticated request to the Content ServerintBearerTokenAuthHandler.sendAuthenticatedRequest()Send the authenticated request to the Content ServerintFormAuthHandler.sendAuthenticatedRequest()Send the authenticated request to the Content ServerintGenericAuthHandler.sendAuthenticatedRequest()intOAM11GWebgateAuthHandler.sendAuthenticatedRequest()intOAuth2IDCSAuthHandler.sendAuthenticatedRequest()protected voidOAM11GWebgateAuthHandler.throwFailedAuthenticationException(RIDCHttpMethod method) protected voidOAuth2IDCSAuthHandler.throwFailedAuthenticationException(RIDCHttpMethod method) protected voidOAuth2IDCSAuthHandler.throwFailedAuthenticationException(RIDCHttpMethod method, String body) protected voidFormAuthHandler.throwFormValidateException(RIDCHttpMethod postMethod) Throw the form validation exception -
Uses of ProtocolException in oracle.stellent.ridc.protocol.http.httpurlconnection.impl
Methods in oracle.stellent.ridc.protocol.http.httpurlconnection.impl that throw ProtocolExceptionModifier and TypeMethodDescriptionintHttpURLConnectionMethod.execute()HttpURLConnectionMethod.getResponseBodyAsStream()HttpURLConnectionMethod.getResponseHeader(String headerName) HttpURLConnectionMethod.getResponseHeaders()intHttpURLConnectionMethod.getStatusCode()HttpURLConnectionMethod.getStatusLine() -
Uses of ProtocolException in oracle.stellent.ridc.protocol.http.oracle.impl
Methods in oracle.stellent.ridc.protocol.http.oracle.impl that throw ProtocolExceptionModifier and TypeMethodDescriptionintHttpOracleGetMethod.execute()intHttpOraclePostMethod.execute()HttpOracleMethod.getResponseBodyAsStream()HttpOracleMethod.getResponseHeader(String headerName) HttpOracleMethod.getResponseHeaders()intHttpOracleMethod.getStatusCode()HttpOracleMethod.getStatusLine() -
Uses of ProtocolException in oracle.stellent.ridc.protocol.impl
Methods in oracle.stellent.ridc.protocol.impl that throw ProtocolExceptionModifier and TypeMethodDescriptionBlockingQueueConnectionPool.acquireConnection()SimpleConnectionPool.acquireConnection()voidBlockingQueueConnectionPool.initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection, IdcClientConfig> connectionManager) Initialize the threading modelvoidSimpleConnectionPool.initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection, IdcClientConfig> connectionManager) Initialize the threading model -
Uses of ProtocolException in oracle.stellent.ridc.protocol.intradoc
Methods in oracle.stellent.ridc.protocol.intradoc that throw ProtocolExceptionModifier and TypeMethodDescriptionvoidIntradocProtocol.logout()HdaProtocol.readResponse()Reads the next message, if a message is not completely received within the timeout specified an exception is thrown.voidHdaProtocol.writeRequest()Sends the specified message to the Content Server. -
Uses of ProtocolException in oracle.stellent.ridc.protocol.intradoc.socket
Subclasses of ProtocolException in oracle.stellent.ridc.protocol.intradoc.socketModifier and TypeClassDescriptionclassExceptions specific to SSL configuration and setupMethods in oracle.stellent.ridc.protocol.intradoc.socket that throw ProtocolExceptionModifier and TypeMethodDescriptionvoidSocketConnection.connect()Connect this socket to the configured destinationSocketConnectionManager.createConnection(IntradocClientConfig clientConfig) Create a new connection.SSLSocketConnectionManager.createConnection(IntradocClientConfig clientConfig) Create a new socket connection based on the given client configuration.protected SocketSocketConnection.createSocket()Create the socket to the configured hostprotected SocketSSLSocketConnection.createSocket()Create the socket to the configured hostvoidSocketConnectionManager.initializeConnection(SocketConnection connection) Initialize a connection acquired from the threading model to use with this service request object. -
Uses of ProtocolException in oracle.stellent.ridc.protocol.jaxws
Methods in oracle.stellent.ridc.protocol.jaxws that throw ProtocolExceptionModifier and TypeMethodDescriptionvoidJaxWSClientConnection.close()JaxWSConnectionManager.createConnection(JaxWSClientConfig clientConfig) Create a new connectionprotected JaxWSProtocolJaxWSClient.createProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest) JaxWSClientConfig.getJaxWSStack()protected JaxWSServiceStackJaxWSProtocol.getJaxWSStack()voidJaxWSConnectionManager.initializeConnection(JaxWSClientConnection connection) voidJaxWSProtocol.logout()voidJaxWSClientConfig.setJaxWSStack(String stackName) voidJaxWSProtocol.writeRequest()voidJaxWSProtocol.writeSuperRequest()Constructors in oracle.stellent.ridc.protocol.jaxws that throw ProtocolExceptionModifierConstructorDescriptionJaxWSProtocol(JaxWSClient client, ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config) Constructor -
Uses of ProtocolException in oracle.stellent.ridc.protocol.jaxws.stack
Methods in oracle.stellent.ridc.protocol.jaxws.stack that throw ProtocolExceptionModifier and TypeMethodDescriptionbooleanJaxWSServiceStack.authenticateUser()Authenticate the user and save the cookie in the user contextabstract voidJaxWSServiceStack.getCookiesFromUserContext(IdcContext userContext, Map<String, Object> requestContext) abstract IdcWebLoginJaxWSServiceStack.getLoginPort()abstract IdcWebRequestJaxWSServiceStack.getRequestPort()voidJaxWSServiceStack.performServiceRequest()Constructors in oracle.stellent.ridc.protocol.jaxws.stack that throw ProtocolExceptionModifierConstructorDescriptionJaxWSServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol) -
Uses of ProtocolException in oracle.stellent.ridc.protocol.jaxws.stack.jrf
Methods in oracle.stellent.ridc.protocol.jaxws.stack.jrf that throw ProtocolExceptionModifier and TypeMethodDescriptionvoidJaxWSjrfServiceStack.getCookiesFromUserContext(IdcContext userContext, Map<String, Object> requestContext) JaxWSbkServiceStack.getLoginPort()JaxWSjrfServiceStack.getRequestPort()Constructors in oracle.stellent.ridc.protocol.jaxws.stack.jrf that throw ProtocolExceptionModifierConstructorDescriptionJaxWSbkServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol) JaxWSjrfServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol) -
Uses of ProtocolException in oracle.stellent.ridc.protocol.jaxws.stack.wls
Methods in oracle.stellent.ridc.protocol.jaxws.stack.wls that throw ProtocolExceptionModifier and TypeMethodDescriptionvoidJaxWSwlsServiceStack.getCookiesFromUserContext(IdcContext userContext, Map<String, Object> requestContext) JaxWSwlsServiceStack.getLoginPort()JaxWSwlsServiceStack.getRequestPort()Constructors in oracle.stellent.ridc.protocol.jaxws.stack.wls that throw ProtocolExceptionModifierConstructorDescriptionJaxWSwlsServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol)