Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


Uses of Interface
oracle.stellent.ridc.common.http.RIDCHttpMethod

Packages that use RIDCHttpMethod
oracle.stellent.ridc.common.http   
oracle.stellent.ridc.common.http.utils   
oracle.stellent.ridc.protocol.http   
oracle.stellent.ridc.protocol.http.apache3.impl   
oracle.stellent.ridc.protocol.http.apache4.impl   
oracle.stellent.ridc.protocol.http.auth   
oracle.stellent.ridc.protocol.http.oracle.impl   

 

Uses of RIDCHttpMethod in oracle.stellent.ridc.common.http

 

Subinterfaces of RIDCHttpMethod in oracle.stellent.ridc.common.http
 interface RIDCHttpGetMethod
          Generic interface for HTTP GET Method
 interface RIDCHttpPostMethod
          Generic interface for HTTP POST Method

 

Uses of RIDCHttpMethod in oracle.stellent.ridc.common.http.utils

 

Methods in oracle.stellent.ridc.common.http.utils with parameters of type RIDCHttpMethod
static void RIDCHttpClientUtils.addRequestData(IdcContext context, RIDCHttpClient httpClient, RIDCHttpMethod httpMethod, boolean addCookies)
          Set standard request headers, cookies and other info into the HTTP method.

 

Uses of RIDCHttpMethod in oracle.stellent.ridc.protocol.http

 

Methods in oracle.stellent.ridc.protocol.http that return RIDCHttpMethod
 RIDCHttpMethod IdcHttpClientConnection.getMethod()
           

 

Methods in oracle.stellent.ridc.protocol.http with parameters of type RIDCHttpMethod
protected  void IdcHttpProtocol.addRequestData(DataBinder binder, RIDCHttpMethod httpMethod)
          Set standard request headers, cookies and other info into the HTTP method.
 boolean AuthenticationHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme
 void IdcHttpClientConnection.setMethod(RIDCHttpMethod method)
           

 

Uses of RIDCHttpMethod in oracle.stellent.ridc.protocol.http.apache3.impl

 

Classes in oracle.stellent.ridc.protocol.http.apache3.impl that implement RIDCHttpMethod
 class HttpApache3GetMethod
          Get Method implementation for Apache 3.x
 class HttpApache3Method<M extends HttpMethodBase>
          Method implementation for Apache 3.x
 class HttpApache3PostMethod
          Http Post method implementation for Apache 3.x

 

Uses of RIDCHttpMethod in oracle.stellent.ridc.protocol.http.apache4.impl

 

Classes in oracle.stellent.ridc.protocol.http.apache4.impl that implement RIDCHttpMethod
 class HttpApache4GetMethod
          Apache 4.x implementation of the GET Method
 class HttpApache4Method<M extends HttpRequestBase>
          Abstract implementation of the GET and POST method in Apache 4.x
 class HttpApache4PostMethod
          Http Post method implementation in Apache 4.x

 

Uses of RIDCHttpMethod in oracle.stellent.ridc.protocol.http.auth

 

Methods in oracle.stellent.ridc.protocol.http.auth that return RIDCHttpMethod
protected  RIDCHttpMethod OIMSSOAuthHandler.createPingMethod()
          Create the method used to PING the server
protected  RIDCHttpMethod OAMSSOAuthHandler.createPingMethod()
          Create the method used to PING the server
protected  RIDCHttpMethod OIMSSOAuthHandler.createRedirectMethod(RIDCHttpMethod httpMethod)
          Create a method to follow a redirect, using the Location response header.
 RIDCHttpMethod FormAuthHandler.getPingMethod()
           

 

Methods in oracle.stellent.ridc.protocol.http.auth with parameters of type RIDCHttpMethod
protected  RIDCHttpMethod OIMSSOAuthHandler.createRedirectMethod(RIDCHttpMethod httpMethod)
          Create a method to follow a redirect, using the Location response header.
protected  void FormAuthHandler.handleFormResponse(RIDCHttpMethod postMethod, int status)
          Handle processing the response from the form login
protected  void OIMSSOAuthHandler.handleFormResponse(RIDCHttpMethod postMethod, int status)
          Handle processing the response from the form login
protected  void OAMSSOAuthHandler.handleFormResponse(RIDCHttpMethod postMethod, int status)
          Handle processing the response from the form login
 boolean OAM11GWebgateAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod pingMethod)
          Determine if 11g Webgate authentication is in the mix.
 boolean BasicAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme
 boolean FormAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme
 boolean OIMSSOAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme
 boolean OAMSSOAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme
protected  void OIMSSOAuthHandler.readUnusedResponseBody(RIDCHttpMethod method)
          Read and discard the response body from the HttpMethod.
 void FormAuthHandler.setPingMethod(RIDCHttpMethod pingMethod)
           
protected  void OAM11GWebgateAuthHandler.throwFailedAuthenticationException(RIDCHttpMethod method)
           
protected  void OAM11GWebgateAuthHandler.throwFormValidateException(RIDCHttpMethod postMethod)
          Throw the form validation exception
protected  void FormAuthHandler.throwFormValidateException(RIDCHttpMethod postMethod)
          Throw the form validation exception

 

Uses of RIDCHttpMethod in oracle.stellent.ridc.protocol.http.oracle.impl

 

Classes in oracle.stellent.ridc.protocol.http.oracle.impl that implement RIDCHttpMethod
 class HttpOracleGetMethod
           
 class HttpOracleMethod
           
 class HttpOraclePostMethod
           

 


Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.