Uses of Interface
oracle.stellent.ridc.common.http.RIDCHttpMethod
Packages that use RIDCHttpMethod
Package
Description
-
Uses of RIDCHttpMethod in oracle.stellent.ridc.common.http
Subinterfaces of RIDCHttpMethod in oracle.stellent.ridc.common.httpModifier and TypeInterfaceDescriptioninterface
Generic interface for HTTP GET Methodinterface
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 RIDCHttpMethodModifier and TypeMethodDescriptionstatic void
RIDCHttpClientUtils.addRequestData
(IdcContext context, RIDCHttpClient httpClient, RIDCHttpMethod httpMethod, IdcRequestConfig requestConfig, 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 RIDCHttpMethodModifier and TypeMethodDescriptionIdcHttpProtocol.getHttpMethod()
IdcHttpClientConnection.getMethod()
Methods in oracle.stellent.ridc.protocol.http with parameters of type RIDCHttpMethodModifier and TypeMethodDescriptionprotected void
IdcHttpProtocol.addRequestData
(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 schemevoid
IdcHttpClientConnection.setMethod
(RIDCHttpMethod method) -
Uses of RIDCHttpMethod in oracle.stellent.ridc.protocol.http.auth
Methods in oracle.stellent.ridc.protocol.http.auth that return RIDCHttpMethodModifier and TypeMethodDescriptionprotected 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.FormAuthHandler.getPingMethod()
Methods in oracle.stellent.ridc.protocol.http.auth with parameters of type RIDCHttpMethodModifier and TypeMethodDescriptionprotected 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 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 loginboolean
BasicAuthHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemeboolean
BearerTokenAuthHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemeboolean
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.void
FormAuthHandler.setPingMethod
(RIDCHttpMethod pingMethod) 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 RIDCHttpMethod in oracle.stellent.ridc.protocol.http.httpurlconnection.impl
Classes in oracle.stellent.ridc.protocol.http.httpurlconnection.impl that implement RIDCHttpMethodModifier and TypeClassDescriptionfinal class
class
final class
-
Uses of RIDCHttpMethod in oracle.stellent.ridc.protocol.http.oracle.impl
Classes in oracle.stellent.ridc.protocol.http.oracle.impl that implement RIDCHttpMethodModifier and TypeClassDescriptionclass
class
class