Enum Class DirectoryValidationContext

java.lang.Object
java.lang.Enum<DirectoryValidationContext>
com.atlassian.crowd.validator.DirectoryValidationContext
All Implemented Interfaces:
Serializable, Comparable<DirectoryValidationContext>, Constable

public enum DirectoryValidationContext extends Enum<DirectoryValidationContext>
Represents a subset of context that should be used for Directory Validation
Since:
3.2.0
  • Enum Constant Details

    • DEFAULT

      public static final DirectoryValidationContext DEFAULT
      Context representing that all relevant attributes must be validated
    • CONNECTION

      public static final DirectoryValidationContext CONNECTION
      Context representing that attributes related to connection must be validated
    • CONNECTOR_ATTRIBUTES

      public static final DirectoryValidationContext CONNECTOR_ATTRIBUTES
      Context representing that attributes related to connector must be validated
    • USER_CONFIGURATION

      public static final DirectoryValidationContext USER_CONFIGURATION
      Context representing that attributes related to user configuration of LDAP must be validated
    • GROUP_CONFIGURATION

      public static final DirectoryValidationContext GROUP_CONFIGURATION
      Context representing that attributes related to group configuration of LDAP must be validated
    • SYNCHRONISATION_SCHEDULING

      public static final DirectoryValidationContext SYNCHRONISATION_SCHEDULING
      Context representing attributes related to synchronisation scheduling
  • Method Details

    • values

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