Enum Class BindType

java.lang.Object
java.lang.Enum<BindType>
com.isode.dsapi.BindType
All Implemented Interfaces:
Serializable, Comparable<BindType>, Constable

public enum BindType extends Enum<BindType>
Directory Bind Types.
Since:
16.1
Author:
mst
  • Enum Constant Details

    • ANONYMOUS

      public static final BindType ANONYMOUS
      Anonymous bind
    • SIMPLE

      public static final BindType SIMPLE
      Simple bind
    • STRONG

      public static final BindType STRONG
      Strong bind
    • SASL

      public static final BindType SASL
      SASL bind
  • Method Details

    • values

      public static BindType[] 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 BindType 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