Interface WorkLinkAuthSchemeProvider
- All Superinterfaces:
 AuthSchemeProvider
- All Known Implementing Classes:
 DefaultWorkLinkAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public interface WorkLinkAuthSchemeProvider
extends AuthSchemeProvider
An auth scheme provider for WorkLink service. The auth scheme provider takes a set of parameters using
 
WorkLinkAuthSchemeParams, and resolves a list of AuthSchemeOption based on the given parameters.- 
Method Summary
Modifier and TypeMethodDescriptionstatic WorkLinkAuthSchemeProviderGet the default auth scheme provider.default List<AuthSchemeOption> Resolve the auth schemes based on the given set of parameters.resolveAuthScheme(WorkLinkAuthSchemeParams 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<WorkLinkAuthSchemeParams.Builder> consumer) Resolve the auth schemes based on the given set of parameters. - 
defaultProvider
Get the default auth scheme provider. 
 -