Enum Class PromptLoginBehavior

java.lang.Object
java.lang.Enum<PromptLoginBehavior>
com.microsoft.graph.models.PromptLoginBehavior
All Implemented Interfaces:
Serializable, Comparable<PromptLoginBehavior>, Constable

public enum PromptLoginBehavior extends Enum<PromptLoginBehavior>
The Enum Prompt Login Behavior.
  • Enum Constant Details

    • TRANSLATE_TO_FRESH_PASSWORD_AUTHENTICATION

      public static final PromptLoginBehavior TRANSLATE_TO_FRESH_PASSWORD_AUTHENTICATION
      translate To Fresh Password Authentication
    • NATIVE_SUPPORT

      public static final PromptLoginBehavior NATIVE_SUPPORT
      native Support
    • DISABLED

      public static final PromptLoginBehavior DISABLED
      disabled
    • UNKNOWN_FUTURE_VALUE

      public static final PromptLoginBehavior UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final PromptLoginBehavior UNEXPECTED_VALUE
      For PromptLoginBehavior values that were not expected from the service
  • Method Details

    • values

      public static PromptLoginBehavior[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PromptLoginBehavior valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null