Class DefaultCloudHsmV2AuthSchemeProvider
- java.lang.Object
-
- software.amazon.awssdk.services.cloudhsmv2.auth.scheme.internal.DefaultCloudHsmV2AuthSchemeProvider
-
- All Implemented Interfaces:
AuthSchemeProvider,CloudHsmV2AuthSchemeProvider
@Generated("software.amazon.awssdk:codegen") public final class DefaultCloudHsmV2AuthSchemeProvider extends Object implements CloudHsmV2AuthSchemeProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultCloudHsmV2AuthSchemeProvidercreate()List<AuthSchemeOption>resolveAuthScheme(CloudHsmV2AuthSchemeParams 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.cloudhsmv2.auth.scheme.CloudHsmV2AuthSchemeProvider
resolveAuthScheme
-
-
-
-
Method Detail
-
create
public static DefaultCloudHsmV2AuthSchemeProvider create()
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(CloudHsmV2AuthSchemeParams params)
Description copied from interface:CloudHsmV2AuthSchemeProviderResolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthSchemein interfaceCloudHsmV2AuthSchemeProvider
-
-