Class PreferredServerlessApplicationRepositoryAuthSchemeProvider
java.lang.Object
software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme.internal.PreferredServerlessApplicationRepositoryAuthSchemeProvider
- All Implemented Interfaces:
AuthSchemeProvider
,ServerlessApplicationRepositoryAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public final class PreferredServerlessApplicationRepositoryAuthSchemeProvider
extends Object
implements ServerlessApplicationRepositoryAuthSchemeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPreferredServerlessApplicationRepositoryAuthSchemeProvider
(ServerlessApplicationRepositoryAuthSchemeProvider 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.serverlessapplicationrepository.auth.scheme.ServerlessApplicationRepositoryAuthSchemeProvider
resolveAuthScheme
-
Constructor Details
-
PreferredServerlessApplicationRepositoryAuthSchemeProvider
public PreferredServerlessApplicationRepositoryAuthSchemeProvider(ServerlessApplicationRepositoryAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Details
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(ServerlessApplicationRepositoryAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthScheme
in interfaceServerlessApplicationRepositoryAuthSchemeProvider
-