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