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 TProtocol
IdcClient.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 TypeMethodDescriptionint
RIDCHttpMethod.execute()
Execute the requestRIDCHttpMethod.getResponseBodyAsStream()
Get the response as a streamRIDCHttpMethod.getResponseHeader
(String headerName) Get response headerRIDCHttpMethod.getResponseHeaders()
Get all response headersint
RIDCHttpMethod.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 threadvoid
Connection.close()
Close the connectionvoid
Connection.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 poolvoid
ConnectionPool.initialize
(IdcClientConfig clientConfig, ConnectionManager<TConnection, IdcClientConfig> connectionManager) Let a pool implementation initialize itselfvoid
ConnectionManager.initializeConnection
(TConnection connection) Initialize a connection acquired from the threading model to use with this service request object.void
Protocol.logout()
Best-effort Logout from Content ServerProtocol.readResponse()
void
Protocol.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 TypeClassDescriptionclass
Exceptions in the IdcHttpProtocol implementationMethods in oracle.stellent.ridc.protocol.http that throw ProtocolExceptionModifier and TypeMethodDescriptionstatic AuthenticationHandler
IdcHttpProtocol.createAuthHandler
(IdcContext.HttpAuthScheme authScheme, IdcHttpProtocol httpProtocol) Retrieve the authentication handler associated with the given authentication schemeIdcHttpConnectionManager.createConnection
(IdcHttpClientConfig clientConfig) Create a new connection.protected int
IdcHttpProtocol.executeBinderMethod
(List<NameValuePair> parameters, Boolean followRedirects) Execute an HTTP method against the content server that POSTs a binder in HDA formatprotected int
IdcHttpProtocol.executeStreamMethod
(List<NameValuePair> parameters) Execute a multipart POST method against the content server that uploads the given files.IdcHttpProtocol.getInputStream()
boolean
AuthenticationHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemevoid
IdcHttpProtocol.logout()
IdcHttpProtocol.readResponse()
Reads the next message, if a message is not completely received within the timeout specified an exception is thrown.int
AuthenticationHandler.sendAuthenticatedRequest()
Send the authenticated request to the Content Serverint
IdcHttpProtocol.sendRequest()
Send the request to the Content Server; used internally by the AuthHandler implementations Same assendRequest(null)
int
IdcHttpProtocol.sendRequest
(Boolean followRedirects) Send the request to the Content Server; used internally by the AuthHandler implementationsvoid
IdcHttpProtocol.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 RIDCHttpClient
FormAuthHandler.createHttpClient()
protected RIDCHttpClient
OAM11GWebgateAuthHandler.createHttpClient()
protected RIDCHttpClient
OAuth2IDCSAuthHandler.createHttpClient()
protected RIDCHttpPostMethod
FormAuthHandler.createLoginMethod()
Create the post method for the login operationprotected RIDCHttpPostMethod
OIMSSOAuthHandler.createLoginMethod()
Create the post method for the login operationprotected RIDCHttpMethod
OAMSSOAuthHandler.createPingMethod()
Create the method used to PING the serverprotected RIDCHttpMethod
OIMSSOAuthHandler.createPingMethod()
Create the method used to PING the serverprotected RIDCHttpMethod
OIMSSOAuthHandler.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 int
FormAuthHandler.executeLogin
(RIDCHttpPostMethod postMethod) Execute the login methodFormAuthHandler.getHttpClient()
OAM11GWebgateAuthHandler.getHttpClient()
OAuth2IDCSAuthHandler.getHttpClient()
protected String
FormAuthHandler.getLoginFormPath
(IdcContext.LoginForm loginForm) Determine the location for the login form postprotected String
OIMSSOAuthHandler.getLoginFormPath
(IdcContext.LoginForm loginForm) Determine the location for the login form post.protected void
FormAuthHandler.handleFormLogin()
Handle logging into the Content Server via a login formprotected void
OAMSSOAuthHandler.handleFormLogin()
Handle logging into the Content Server via a login formprotected void
FormAuthHandler.handleFormResponse
(RIDCHttpMethod postMethod, int status) Handle processing the response from the form loginprotected void
OAMSSOAuthHandler.handleFormResponse
(RIDCHttpMethod postMethod, int status) Handle processing the response from the form loginprotected void
OIMSSOAuthHandler.handleFormResponse
(RIDCHttpMethod postMethod, int status) Handle processing the response from the form loginprotected void
OAM11GWebgateAuthHandler.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 void
OAuth2IDCSAuthHandler.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) ...boolean
FormAuthHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemeboolean
GenericAuthHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) boolean
OAM11GWebgateAuthHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod pingMethod) Determine if 11g Webgate authentication is in the mix.boolean
OAMSSOAuthHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemeboolean
OAuth2IDCSAuthHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod pingMethod) Determine if DoCS (External Compute w/ Identity Cloud Service) OAuth authentication is in the mix.boolean
OIMSSOAuthHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemeprotected void
OIMSSOAuthHandler.readUnusedResponseBody
(RIDCHttpMethod method) Read and discard the response body from the HttpMethod.int
BasicAuthHandler.sendAuthenticatedRequest()
Send the authenticated request to the Content Serverint
BearerTokenAuthHandler.sendAuthenticatedRequest()
Send the authenticated request to the Content Serverint
FormAuthHandler.sendAuthenticatedRequest()
Send the authenticated request to the Content Serverint
GenericAuthHandler.sendAuthenticatedRequest()
int
OAM11GWebgateAuthHandler.sendAuthenticatedRequest()
int
OAuth2IDCSAuthHandler.sendAuthenticatedRequest()
protected void
OAM11GWebgateAuthHandler.throwFailedAuthenticationException
(RIDCHttpMethod method) protected void
OAuth2IDCSAuthHandler.throwFailedAuthenticationException
(RIDCHttpMethod method) protected void
OAuth2IDCSAuthHandler.throwFailedAuthenticationException
(RIDCHttpMethod method, String body) protected void
FormAuthHandler.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 TypeMethodDescriptionint
HttpURLConnectionMethod.execute()
HttpURLConnectionMethod.getResponseBodyAsStream()
HttpURLConnectionMethod.getResponseHeader
(String headerName) HttpURLConnectionMethod.getResponseHeaders()
int
HttpURLConnectionMethod.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 TypeMethodDescriptionint
HttpOracleGetMethod.execute()
int
HttpOraclePostMethod.execute()
HttpOracleMethod.getResponseBodyAsStream()
HttpOracleMethod.getResponseHeader
(String headerName) HttpOracleMethod.getResponseHeaders()
int
HttpOracleMethod.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()
void
BlockingQueueConnectionPool.initialize
(IdcClientConfig clientConfig, ConnectionManager<TConnection, IdcClientConfig> connectionManager) Initialize the threading modelvoid
SimpleConnectionPool.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 TypeMethodDescriptionvoid
IntradocProtocol.logout()
HdaProtocol.readResponse()
Reads the next message, if a message is not completely received within the timeout specified an exception is thrown.void
HdaProtocol.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 TypeClassDescriptionclass
Exceptions specific to SSL configuration and setupMethods in oracle.stellent.ridc.protocol.intradoc.socket that throw ProtocolExceptionModifier and TypeMethodDescriptionvoid
SocketConnection.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 Socket
SocketConnection.createSocket()
Create the socket to the configured hostprotected Socket
SSLSocketConnection.createSocket()
Create the socket to the configured hostvoid
SocketConnectionManager.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 TypeMethodDescriptionvoid
JaxWSClientConnection.close()
JaxWSConnectionManager.createConnection
(JaxWSClientConfig clientConfig) Create a new connectionprotected JaxWSProtocol
JaxWSClient.createProtocol
(ServiceRequest<JaxWSClientConnection> serviceRequest) JaxWSClientConfig.getJaxWSStack()
protected JaxWSServiceStack
JaxWSProtocol.getJaxWSStack()
void
JaxWSConnectionManager.initializeConnection
(JaxWSClientConnection connection) void
JaxWSProtocol.logout()
void
JaxWSClientConfig.setJaxWSStack
(String stackName) void
JaxWSProtocol.writeRequest()
void
JaxWSProtocol.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 TypeMethodDescriptionboolean
JaxWSServiceStack.authenticateUser()
Authenticate the user and save the cookie in the user contextabstract void
JaxWSServiceStack.getCookiesFromUserContext
(IdcContext userContext, Map<String, Object> requestContext) abstract IdcWebLogin
JaxWSServiceStack.getLoginPort()
abstract IdcWebRequest
JaxWSServiceStack.getRequestPort()
void
JaxWSServiceStack.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 TypeMethodDescriptionvoid
JaxWSjrfServiceStack.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 TypeMethodDescriptionvoid
JaxWSwlsServiceStack.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)