Uses of Class
com.oracle.bmc.InternalSdk
-
-
Uses of InternalSdk in com.oracle.bmc
Classes in com.oracle.bmc with annotations of type InternalSdk Modifier and Type Class Description classOCIDOracle Cloud Infrastructure unique ID.interfaceServiceInterface representing a service definition.Methods in com.oracle.bmc with annotations of type InternalSdk Modifier and Type Method Description protected static voidRealm. clearAlloyRealms()static RegionRegion. getRegionFromImds(String metadataServiceBaseUrl) -
Uses of InternalSdk in com.oracle.bmc.auth
Classes in com.oracle.bmc.auth with annotations of type InternalSdk Modifier and Type Class Description classAbstractFederationClientAuthenticationDetailsProviderBuilder<B extends AbstractFederationClientAuthenticationDetailsProviderBuilder<B,P>,P extends AbstractAuthenticationDetailsProvider>Abstract builder base class for authentication details provider extendingAbstractRequestingAuthenticationDetailsProviderclassAbstractRequestingAuthenticationDetailsProviderBase class for authentication details providers that make remote requests.static classSessionTokenAuthenticationDetailsProvider.SessionTokenRefreshRequeststatic classSessionTokenAuthenticationDetailsProvider.SessionTokenRefreshRequest.SessionTokenRequestMethods in com.oracle.bmc.auth with annotations of type InternalSdk Modifier and Type Method Description ResourcePrincipalAuthenticationDetailsProviderResourcePrincipalAuthenticationDetailsProvider.ResourcePrincipalAuthenticationDetailsProviderBuilder. build_1_1(String ociResourcePrincipalRptEndpoint, String ociResourcePrincipalRpstEndpoint)Helper method that interprets the runtime environment to build a v1.1-configured clientSessionTokenAuthenticationDetailsProvider.SessionTokenRefreshRequest.SessionTokenRequestSessionTokenAuthenticationDetailsProvider.SessionTokenRefreshRequest. getBody$() -
Uses of InternalSdk in com.oracle.bmc.auth.internal
Methods in com.oracle.bmc.auth.internal with annotations of type InternalSdk Modifier and Type Method Description static StringImdsRptPathProvider. getInstanceIdFromIMDS(String metadataServiceBaseUrl)static byte[]AuthUtils. toByteArrayFromRSAPrivateKey(RSAPrivateKey key)Converts a private key back to a PEM formatted input stream. -
Uses of InternalSdk in com.oracle.bmc.common
Classes in com.oracle.bmc.common with annotations of type InternalSdk Modifier and Type Class Description classInternalBuilderAccess -
Uses of InternalSdk in com.oracle.bmc.http.internal
Classes in com.oracle.bmc.http.internal with annotations of type InternalSdk Modifier and Type Class Description classCircuitBreakerHelperclassParamEncoderFields in com.oracle.bmc.http.internal with annotations of type InternalSdk Modifier and Type Field Description static Map<Integer,String>ResponseHelper. DEFAULT_ERROR_MESSAGESstatic StringRetryTokenUtils. OPC_RETRY_TOKEN_HEADERMethods in com.oracle.bmc.http.internal with annotations of type InternalSdk Modifier and Type Method Description static <T> THeaderUtils. toValue(String headerName, String value, Class<T> clazz)Deserialize a header value to its desired type if possible. -
Uses of InternalSdk in com.oracle.bmc.http.signing
Classes in com.oracle.bmc.http.signing with annotations of type InternalSdk Modifier and Type Class Description classDefaultRequestSignerClass that exposes a way to create aRequestSignerfor use with OCI.classSigningStrategyEnum for the various signing strategies used by OCI. -
Uses of InternalSdk in com.oracle.bmc.http.signing.internal
Classes in com.oracle.bmc.http.signing.internal with annotations of type InternalSdk Modifier and Type Interface Description interfaceKeySupplier<T>Interface for anything that can get supply a Key of type T given a keyIdFields in com.oracle.bmc.http.signing.internal with annotations of type InternalSdk Modifier and Type Field Description static List<String>Constants. GENERIC_HEADERS_LISTstatic StringConstants. HOSTMethods in com.oracle.bmc.http.signing.internal with annotations of type InternalSdk Modifier and Type Method Description static Map<String,List<String>>Constants. createHeadersToSignForVerbMap(List<String> getHeaders, List<String> headHeaders, List<String> deleteHeaders, List<String> putHeaders, List<String> postHeaders, List<String> patchHeaders)Creates a map of headers to sign for each HTTP method.Optional<T>KeySupplier. supplyKey(String keyId)Try to get a key for the given KeyIdConstructors in com.oracle.bmc.http.signing.internal with annotations of type InternalSdk Constructor Description DefaultRequestSignerFactory(SigningStrategy signingStrategy) -
Uses of InternalSdk in com.oracle.bmc.internal
Methods in com.oracle.bmc.internal with annotations of type InternalSdk Modifier and Type Method Description static voidAlloy. resetAlloyRegionCoexistStatus() -
Uses of InternalSdk in com.oracle.bmc.paginator.internal
Methods in com.oracle.bmc.paginator.internal with annotations of type InternalSdk Modifier and Type Method Description Optional<String>RequestBuilderAndToken. getNextPageToken()static <T> RequestBuilderAndToken<T>RequestBuilderAndToken. initialPage(T requestBuilder)static <T> RequestBuilderAndToken<T>RequestBuilderAndToken. subsequentPage(T requestBuilder, Optional<String> token)Constructors in com.oracle.bmc.paginator.internal with annotations of type InternalSdk Constructor Description ResponseIterable(Supplier<REQUESTBUILDER> requestBuilderSupplier, Function<RESPONSE,String> nextPageTokenRetrievalFunction, Function<RequestBuilderAndToken<REQUESTBUILDER>,REQUEST> requestBuilderFunction, Function<REQUEST,RESPONSE> pageRetrievalFunction)Creates a new iterable.ResponseRecordIterable(Supplier<REQUESTBUILDER> requestBuilderSupplier, Function<RESPONSE,String> nextPageTokenRetrievalFunction, Function<RequestBuilderAndToken<REQUESTBUILDER>,REQUEST> requestBuilderFunction, Function<REQUEST,RESPONSE> pageRetrievalFunction, Function<RESPONSE,List<ITEMTYPE>> retrieveItemsFromResponseFunction)Creates a new iterable. -
Uses of InternalSdk in com.oracle.bmc.requests
Methods in com.oracle.bmc.requests with annotations of type InternalSdk Modifier and Type Method Description default BmcRequest.Builder<T,B>BmcRequest.Builder. body$(B body)Alternative setter for the body parameter, if this request supports a body.BBmcRequest. getBody$()Alternative accessor for the body parameter, if this request supports a body.booleanBmcRequest. supportsExpect100Continue()Returns true if this operation supports Expect: 100-Continue. -
Uses of InternalSdk in com.oracle.bmc.retrier
Methods in com.oracle.bmc.retrier with annotations of type InternalSdk Modifier and Type Method Description static voidRetriers. tryResetStreamForRetry(InputStream body)Try to reset theInputStreamfor the next retry, if supported.static voidRetriers. tryResetStreamForRetry(InputStream body, boolean failIfUnsupported)Try to reset theInputStreamfor the next retry, if supported.static <T extends BmcRequest<InputStream>>
TRetriers. wrapBodyInputStreamIfNecessary(T request, BmcRequest.Builder<T,InputStream> builder, RetryConfiguration retryConfiguration)Wrap the input stream in the request so retries can work.static InputStreamRetriers. wrapInputStreamForRetry(InputStream body)Wrap the input stream so retries can work. -
Uses of InternalSdk in com.oracle.bmc.util
Classes in com.oracle.bmc.util with annotations of type InternalSdk Modifier and Type Class Description classJavaRuntimeUtilsVarious runtime utils.
-