Class PreferredJsonRpc10DataPlaneAuthSchemeProvider
java.lang.Object
software.amazon.awssdk.services.jsonrpc10dataplane.auth.scheme.internal.PreferredJsonRpc10DataPlaneAuthSchemeProvider
- All Implemented Interfaces:
AuthSchemeProvider,JsonRpc10DataPlaneAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class PreferredJsonRpc10DataPlaneAuthSchemeProvider
extends Object
implements JsonRpc10DataPlaneAuthSchemeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPreferredJsonRpc10DataPlaneAuthSchemeProvider(JsonRpc10DataPlaneAuthSchemeProvider delegate, List<String> authSchemePreference) -
Method Summary
Modifier and TypeMethodDescriptionResolve the auth schemes based on the given set of parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.services.jsonrpc10dataplane.auth.scheme.JsonRpc10DataPlaneAuthSchemeProvider
resolveAuthScheme
-
Constructor Details
-
PreferredJsonRpc10DataPlaneAuthSchemeProvider
public PreferredJsonRpc10DataPlaneAuthSchemeProvider(JsonRpc10DataPlaneAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Details
-
resolveAuthScheme
Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthSchemein interfaceJsonRpc10DataPlaneAuthSchemeProvider
-