Interface RbinAuthSchemeProvider
- All Superinterfaces:
- AuthSchemeProvider
- All Known Implementing Classes:
- DefaultRbinAuthSchemeProvider,- PreferredRbinAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface RbinAuthSchemeProvider
extends AuthSchemeProvider
An auth scheme provider for Rbin service. The auth scheme provider takes a set of parameters using
 
RbinAuthSchemeParams, and resolves a list of AuthSchemeOption based on the given parameters.- 
Method SummaryModifier and TypeMethodDescriptionstatic RbinAuthSchemeProviderGet the default auth scheme provider.static RbinAuthSchemeProviderdefaultProvider(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(RbinAuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters.
- 
Method Details- 
resolveAuthSchemeResolve the auth schemes based on the given set of parameters.
- 
resolveAuthSchemeResolve the auth schemes based on the given set of parameters.
- 
defaultProviderGet the default auth scheme provider.
- 
defaultProviderGet the default auth scheme provider the preferred auth schemes in order of preference.
 
-