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 RIDCHttpClientRIDCHttpClientUtils.createHttpClient(RIDCHttpClientProvider clientProvider, IdcHttpClientConfig config, boolean multithreaded) Methods in oracle.stellent.ridc.common.http.utils with parameters of type RIDCHttpClientModifier and TypeMethodDescriptionstatic voidRIDCHttpClientUtils.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 TypeMethodDescriptionbooleanAuthenticationHandler.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 RIDCHttpClientFormAuthHandler.createHttpClient()protected RIDCHttpClientOAM11GWebgateAuthHandler.createHttpClient()protected RIDCHttpClientOAuth2IDCSAuthHandler.createHttpClient()FormAuthHandler.getHttpClient()OAM11GWebgateAuthHandler.getHttpClient()OAuth2IDCSAuthHandler.getHttpClient()Methods in oracle.stellent.ridc.protocol.http.auth with parameters of type RIDCHttpClientModifier and TypeMethodDescriptionstatic booleanOAM11GWebgateAuthHandler.hasOAM11gWebGateCookie(RIDCHttpClient httpClient) booleanBasicAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemebooleanBearerTokenAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemebooleanFormAuthHandler.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 schemevoidFormAuthHandler.setHttpClient(RIDCHttpClient httpClient) voidOAM11GWebgateAuthHandler.setHttpClient(RIDCHttpClient httpClient) voidOAuth2IDCSAuthHandler.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)