Class PreferredAppIntegrationsAuthSchemeProvider
java.lang.Object
software.amazon.awssdk.services.appintegrations.auth.scheme.internal.PreferredAppIntegrationsAuthSchemeProvider
- All Implemented Interfaces:
AuthSchemeProvider
,AppIntegrationsAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public final class PreferredAppIntegrationsAuthSchemeProvider
extends Object
implements AppIntegrationsAuthSchemeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPreferredAppIntegrationsAuthSchemeProvider
(AppIntegrationsAuthSchemeProvider 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, wait
Methods inherited from interface software.amazon.awssdk.services.appintegrations.auth.scheme.AppIntegrationsAuthSchemeProvider
resolveAuthScheme
-
Constructor Details
-
PreferredAppIntegrationsAuthSchemeProvider
public PreferredAppIntegrationsAuthSchemeProvider(AppIntegrationsAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Details
-
resolveAuthScheme
Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthScheme
in interfaceAppIntegrationsAuthSchemeProvider
-