Class AuthenticationMethod


  • public final class AuthenticationMethod
    extends com.azure.core.util.ExpandableStringEnum<AuthenticationMethod>
    Defines values for AuthenticationMethod.
    • Field Detail

      • CASSANDRA

        public static final AuthenticationMethod CASSANDRA
        Static value Cassandra for AuthenticationMethod.
    • Constructor Detail

      • AuthenticationMethod

        public AuthenticationMethod()
    • Method Detail

      • fromString

        public static AuthenticationMethod fromString​(String name)
        Creates or finds a AuthenticationMethod from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding AuthenticationMethod.