Interface DsqlAuthSchemeProvider
- All Superinterfaces:
AuthSchemeProvider
- All Known Implementing Classes:
DefaultDsqlAuthSchemeProvider
,PreferredDsqlAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public interface DsqlAuthSchemeProvider
extends AuthSchemeProvider
An auth scheme provider for Dsql service. The auth scheme provider takes a set of parameters using
DsqlAuthSchemeParams
, and resolves a list of AuthSchemeOption
based on the given parameters.-
Method Summary
Modifier and TypeMethodDescriptionstatic DsqlAuthSchemeProvider
Get the default auth scheme provider.static DsqlAuthSchemeProvider
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
(DsqlAuthSchemeParams 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
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.
-