@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2ClientVpnEndpointAuthenticationOptionsDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the authentication method used by the Client VPN endpoint.
| Constructor and Description |
|---|
AwsEc2ClientVpnEndpointAuthenticationOptionsDetails() |
public AwsEc2ClientVpnEndpointAuthenticationOptionsDetails()
public void setType(String type)
The authentication type used.
type - The authentication type used.public String getType()
The authentication type used.
public AwsEc2ClientVpnEndpointAuthenticationOptionsDetails withType(String type)
The authentication type used.
type - The authentication type used.public void setActiveDirectory(AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails activeDirectory)
Information about the Active Directory, if applicable. With Active Directory authentication, clients are authenticated against existing Active Directory groups.
activeDirectory - Information about the Active Directory, if applicable. With Active Directory authentication, clients are
authenticated against existing Active Directory groups.public AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails getActiveDirectory()
Information about the Active Directory, if applicable. With Active Directory authentication, clients are authenticated against existing Active Directory groups.
public AwsEc2ClientVpnEndpointAuthenticationOptionsDetails withActiveDirectory(AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails activeDirectory)
Information about the Active Directory, if applicable. With Active Directory authentication, clients are authenticated against existing Active Directory groups.
activeDirectory - Information about the Active Directory, if applicable. With Active Directory authentication, clients are
authenticated against existing Active Directory groups.public void setMutualAuthentication(AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails mutualAuthentication)
Information about the authentication certificates, if applicable.
mutualAuthentication - Information about the authentication certificates, if applicable.public AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails getMutualAuthentication()
Information about the authentication certificates, if applicable.
public AwsEc2ClientVpnEndpointAuthenticationOptionsDetails withMutualAuthentication(AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails mutualAuthentication)
Information about the authentication certificates, if applicable.
mutualAuthentication - Information about the authentication certificates, if applicable.public void setFederatedAuthentication(AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails federatedAuthentication)
Information about the IAM SAML identity provider, if applicable.
federatedAuthentication - Information about the IAM SAML identity provider, if applicable.public AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails getFederatedAuthentication()
Information about the IAM SAML identity provider, if applicable.
public AwsEc2ClientVpnEndpointAuthenticationOptionsDetails withFederatedAuthentication(AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails federatedAuthentication)
Information about the IAM SAML identity provider, if applicable.
federatedAuthentication - Information about the IAM SAML identity provider, if applicable.public String toString()
toString in class ObjectObject.toString()public AwsEc2ClientVpnEndpointAuthenticationOptionsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.