AuthenticationMethod Class

  • java.lang.Object
    • com.microsoft.azure.management.network.AuthenticationMethod

public class AuthenticationMethod

Defines values for AuthenticationMethod.

Field Summary

Modifier and Type Field and Description
final AuthenticationMethod EAPMSCHAPV2

Static value EAPMSCHAPv2 for AuthenticationMethod.

final AuthenticationMethod EAPTLS

Static value EAPTLS for AuthenticationMethod.

Constructor Summary

Constructor Description
AuthenticationMethod(String value)

Creates a custom value for AuthenticationMethod.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

EAPMSCHAPV2

public static final AuthenticationMethod EAPMSCHAPV2= new AuthenticationMethod("EAPMSCHAPv2")

Static value EAPMSCHAPv2 for AuthenticationMethod.

EAPTLS

public static final AuthenticationMethod EAPTLS= new AuthenticationMethod("EAPTLS")

Static value EAPTLS for AuthenticationMethod.

Constructor Details

AuthenticationMethod

public AuthenticationMethod(String value)

Creates a custom value for AuthenticationMethod.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to