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