Class ClientVpnAuthenticationRequest
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClientVpnAuthenticationRequest.Builder,ClientVpnAuthenticationRequest>
Describes the authentication method to be used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionInformation about the Active Directory to be used, if applicable.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Information about the IAM SAML identity provider to be used, if applicable.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()Information about the authentication certificates to be used, if applicable.static Class<? extends ClientVpnAuthenticationRequest.Builder>final StringtoString()Returns a string representation of this object.type()The type of client authentication to be used.final StringThe type of client authentication to be used.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
type
The type of client authentication to be used.
If the service returns an enum value that is not available in the current SDK version,
typewill returnClientVpnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of client authentication to be used.
- See Also:
-
typeAsString
The type of client authentication to be used.
If the service returns an enum value that is not available in the current SDK version,
typewill returnClientVpnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of client authentication to be used.
- See Also:
-
activeDirectory
Information about the Active Directory to be used, if applicable. You must provide this information if Type is
directory-service-authentication.- Returns:
- Information about the Active Directory to be used, if applicable. You must provide this information if
Type is
directory-service-authentication.
-
mutualAuthentication
Information about the authentication certificates to be used, if applicable. You must provide this information if Type is
certificate-authentication.- Returns:
- Information about the authentication certificates to be used, if applicable. You must provide this
information if Type is
certificate-authentication.
-
federatedAuthentication
Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if Type is
federated-authentication.- Returns:
- Information about the IAM SAML identity provider to be used, if applicable. You must provide this
information if Type is
federated-authentication.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClientVpnAuthenticationRequest.Builder,ClientVpnAuthenticationRequest>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-