Interface AppflowAuthSchemeProvider
- All Superinterfaces:
AuthSchemeProvider
- All Known Implementing Classes:
DefaultAppflowAuthSchemeProvider
,PreferredAppflowAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public interface AppflowAuthSchemeProvider
extends AuthSchemeProvider
An auth scheme provider for Appflow service. The auth scheme provider takes a set of parameters using
AppflowAuthSchemeParams
, and resolves a list of AuthSchemeOption
based on the given parameters.-
Method Summary
Modifier and TypeMethodDescriptionstatic AppflowAuthSchemeProvider
Get the default auth scheme provider.static AppflowAuthSchemeProvider
defaultProvider
(List<String> authSchemePreference) Get the default auth scheme provider the preferred auth schemes in order of preference.default List
<AuthSchemeOption> Resolve the auth schemes based on the given set of parameters.resolveAuthScheme
(AppflowAuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters.
-
Method Details
-
resolveAuthScheme
Resolve the auth schemes based on the given set of parameters. -
resolveAuthScheme
default List<AuthSchemeOption> resolveAuthScheme(Consumer<AppflowAuthSchemeParams.Builder> consumer) Resolve the auth schemes based on the given set of parameters. -
defaultProvider
Get the default auth scheme provider. -
defaultProvider
Get the default auth scheme provider the preferred auth schemes in order of preference.
-