Class EnableClientAuthenticationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.directory.model.DirectoryRequest
-
- software.amazon.awssdk.services.directory.model.EnableClientAuthenticationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<EnableClientAuthenticationRequest.Builder,EnableClientAuthenticationRequest>
@Generated("software.amazon.awssdk:codegen") public final class EnableClientAuthenticationRequest extends DirectoryRequest implements ToCopyableBuilder<EnableClientAuthenticationRequest.Builder,EnableClientAuthenticationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnableClientAuthenticationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnableClientAuthenticationRequest.Builderbuilder()StringdirectoryId()The identifier of the specified directory.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EnableClientAuthenticationRequest.Builder>serializableBuilderClass()EnableClientAuthenticationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.ClientAuthenticationTypetype()The type of client authentication to enable.StringtypeAsString()The type of client authentication to enable.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
directoryId
public final String directoryId()
The identifier of the specified directory.
- Returns:
- The identifier of the specified directory.
-
type
public final ClientAuthenticationType type()
The type of client authentication to enable. Currently only the value
SmartCardis 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.If the service returns an enum value that is not available in the current SDK version,
typewill returnClientAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of client authentication to enable. Currently only the value
SmartCardis 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. - See Also:
ClientAuthenticationType
-
typeAsString
public final String typeAsString()
The type of client authentication to enable. Currently only the value
SmartCardis 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.If the service returns an enum value that is not available in the current SDK version,
typewill returnClientAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of client authentication to enable. Currently only the value
SmartCardis 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. - See Also:
ClientAuthenticationType
-
toBuilder
public EnableClientAuthenticationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnableClientAuthenticationRequest.Builder,EnableClientAuthenticationRequest>- Specified by:
toBuilderin classDirectoryRequest
-
builder
public static EnableClientAuthenticationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnableClientAuthenticationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-