Uses of Interface
oracle.stellent.ridc.common.http.RIDCHttpClient
Packages that use RIDCHttpClient
Package
Description
-
Uses of RIDCHttpClient in oracle.stellent.ridc.common.http
Methods in oracle.stellent.ridc.common.http that return RIDCHttpClientModifier and TypeMethodDescriptionRIDCHttpClientProvider.createHttpClient
(IdcHttpClientConfig config, boolean multithreaded) RIDCHttpMethod.getRidcClient()
Get the connection instance that this method is associated with -
Uses of RIDCHttpClient in oracle.stellent.ridc.common.http.utils
Methods in oracle.stellent.ridc.common.http.utils that return RIDCHttpClientModifier and TypeMethodDescriptionstatic RIDCHttpClient
RIDCHttpClientUtils.createHttpClient
(RIDCHttpClientProvider clientProvider, IdcHttpClientConfig config, boolean multithreaded) Methods in oracle.stellent.ridc.common.http.utils with parameters of type RIDCHttpClientModifier 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 RIDCHttpClient in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return RIDCHttpClientModifier and TypeMethodDescriptionIdcHttpClientConnection.getHttpClient()
IdcHttpProtocol.getHttpClient()
Methods in oracle.stellent.ridc.protocol.http with parameters of type RIDCHttpClientModifier and TypeMethodDescriptionboolean
AuthenticationHandler.isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemeConstructors in oracle.stellent.ridc.protocol.http with parameters of type RIDCHttpClient -
Uses of RIDCHttpClient in oracle.stellent.ridc.protocol.http.auth
Methods in oracle.stellent.ridc.protocol.http.auth that return RIDCHttpClientModifier and TypeMethodDescriptionprotected RIDCHttpClient
FormAuthHandler.createHttpClient()
protected RIDCHttpClient
OAM11GWebgateAuthHandler.createHttpClient()
protected RIDCHttpClient
OAuth2IDCSAuthHandler.createHttpClient()
FormAuthHandler.getHttpClient()
OAM11GWebgateAuthHandler.getHttpClient()
OAuth2IDCSAuthHandler.getHttpClient()
Methods in oracle.stellent.ridc.protocol.http.auth with parameters of type RIDCHttpClientModifier and TypeMethodDescriptionstatic boolean
OAM11GWebgateAuthHandler.hasOAM11gWebGateCookie
(RIDCHttpClient httpClient) boolean
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 schemevoid
FormAuthHandler.setHttpClient
(RIDCHttpClient httpClient) void
OAM11GWebgateAuthHandler.setHttpClient
(RIDCHttpClient httpClient) void
OAuth2IDCSAuthHandler.setHttpClient
(RIDCHttpClient httpClient) -
Uses of RIDCHttpClient in oracle.stellent.ridc.protocol.http.httpurlconnection.impl
Classes in oracle.stellent.ridc.protocol.http.httpurlconnection.impl that implement RIDCHttpClientMethods in oracle.stellent.ridc.protocol.http.httpurlconnection.impl that return RIDCHttpClientModifier and TypeMethodDescriptionHttpURLConnectionClientProvider.createHttpClient
(IdcHttpClientConfig config, boolean multithreaded) -
Uses of RIDCHttpClient in oracle.stellent.ridc.protocol.http.oracle.impl
Classes in oracle.stellent.ridc.protocol.http.oracle.impl that implement RIDCHttpClientMethods in oracle.stellent.ridc.protocol.http.oracle.impl that return RIDCHttpClientModifier and TypeMethodDescriptionHttpOracleClientProvider.createHttpClient
(IdcHttpClientConfig config, boolean multithreaded)