public static interface EnableClientAuthenticationRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<EnableClientAuthenticationRequest.Builder,EnableClientAuthenticationRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableClientAuthenticationRequest.Builder |
directoryId(String directoryId)
The identifier of the specified directory.
|
EnableClientAuthenticationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableClientAuthenticationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableClientAuthenticationRequest.Builder |
type(ClientAuthenticationType type)
The type of client authentication to enable.
|
EnableClientAuthenticationRequest.Builder |
type(String type)
The type of client authentication to enable.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableClientAuthenticationRequest.Builder directoryId(String directoryId)
The identifier of the specified directory.
directoryId - The identifier of the specified directory.EnableClientAuthenticationRequest.Builder type(String type)
The type of client authentication to enable. Currently only the value SmartCard is supported.
Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the
Service User to the LDAP service in your self-managed AD.
type - The type of client authentication to enable. Currently only the value SmartCard is
supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained
Delegation for the Service User to the LDAP service in your self-managed AD.ClientAuthenticationType,
ClientAuthenticationTypeEnableClientAuthenticationRequest.Builder type(ClientAuthenticationType type)
The type of client authentication to enable. Currently only the value SmartCard is supported.
Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the
Service User to the LDAP service in your self-managed AD.
type - The type of client authentication to enable. Currently only the value SmartCard is
supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained
Delegation for the Service User to the LDAP service in your self-managed AD.ClientAuthenticationType,
ClientAuthenticationTypeEnableClientAuthenticationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnableClientAuthenticationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.