Class PreferredAcmAuthSchemeProvider
- java.lang.Object
-
- software.amazon.awssdk.services.acm.auth.scheme.internal.PreferredAcmAuthSchemeProvider
-
- All Implemented Interfaces:
AuthSchemeProvider
,AcmAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen") public final class PreferredAcmAuthSchemeProvider extends Object implements AcmAuthSchemeProvider
-
-
Constructor Summary
Constructors Constructor Description PreferredAcmAuthSchemeProvider(AcmAuthSchemeProvider delegate, List<String> authSchemePreference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AuthSchemeOption>
resolveAuthScheme(AcmAuthSchemeParams params)
Resolve the auth schemes based on the given set of parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.acm.auth.scheme.AcmAuthSchemeProvider
resolveAuthScheme
-
-
-
-
Constructor Detail
-
PreferredAcmAuthSchemeProvider
public PreferredAcmAuthSchemeProvider(AcmAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Detail
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(AcmAuthSchemeParams params)
Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthScheme
in interfaceAcmAuthSchemeProvider
-
-