Uses of Class
com.oracle.bmc.http.signing.SigningStrategy
-
Packages that use SigningStrategy Package Description com.oracle.bmc.common com.oracle.bmc.http.internal com.oracle.bmc.http.signing com.oracle.bmc.http.signing.internal -
-
Uses of SigningStrategy in com.oracle.bmc.common
Methods in com.oracle.bmc.common that return types with arguments of type SigningStrategy Modifier and Type Method Description static Map<SigningStrategy,RequestSignerFactory>InternalBuilderAccess. getSigningStrategyRequestSignerFactories(ClientBuilderBase<?,?> builder)Method parameters in com.oracle.bmc.common with type arguments of type SigningStrategy Modifier and Type Method Description BClientBuilderBase. signingStrategyRequestSignerFactories(Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories)Set the request signer factories for each signing strategy. -
Uses of SigningStrategy in com.oracle.bmc.http.internal
Methods in com.oracle.bmc.http.internal with parameters of type SigningStrategy Modifier and Type Method Description ClientCall<REQ,RESP,RESP_BUILDER>ClientCall. obmcsSigningStrategy(SigningStrategy obmcsSigningStrategy)Constructor parameters in com.oracle.bmc.http.internal with type arguments of type SigningStrategy Constructor Description AuthnClientFilter(RequestSigner defaultRequestSigner, Map<SigningStrategy,RequestSigner> requestSigners) -
Uses of SigningStrategy in com.oracle.bmc.http.signing
Methods in com.oracle.bmc.http.signing that return SigningStrategy Modifier and Type Method Description static SigningStrategySigningStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SigningStrategy[]SigningStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.http.signing with parameters of type SigningStrategy Modifier and Type Method Description static RequestSignerDefaultRequestSigner. createRequestSigner(BasicAuthenticationDetailsProvider authProvider, SigningStrategy signingStrategy)Creates a new RequestSigner using the given signing strategy.Constructor parameters in com.oracle.bmc.http.signing with type arguments of type SigningStrategy Constructor Description RequestSigningFilter(RequestSigner requestSigner, Map<SigningStrategy,RequestSigner> requestSigners)Create a new RequestSigningFilter instance -
Uses of SigningStrategy in com.oracle.bmc.http.signing.internal
Methods in com.oracle.bmc.http.signing.internal that return types with arguments of type SigningStrategy Modifier and Type Method Description static Map<SigningStrategy,RequestSignerFactory>DefaultRequestSignerFactory. createDefaultRequestSignerFactories()Create the default request signer factories.Constructors in com.oracle.bmc.http.signing.internal with parameters of type SigningStrategy Constructor Description DefaultRequestSignerFactory(SigningStrategy signingStrategy)RequestSignerImpl(KeySupplier<RSAPrivateKey> keySupplier, SigningStrategy signingStrategy, Supplier<String> keyIdSupplier)Construct the RequestSigner with the specified KeySupplier.
-