public enum DirectoryValidationContext extends Enum<DirectoryValidationContext>
Enum Constant and Description |
---|
CONNECTION
Context representing that attributes related to connection must be validated
|
CONNECTOR_ATTRIBUTES
Context representing that attributes related to connector must be validated
|
DEFAULT
Context representing that all relevant attributes must be validated
|
GROUP_CONFIGURATION
Context representing that attributes related to group configuration of LDAP must be validated
|
GROUP_SEARCH
Context representing that attributes related to group search test in LDAP must be validated
|
SYNCHRONISATION_SCHEDULING
Context representing attributes related to synchronisation scheduling
|
USER_CONFIGURATION
Context representing that attributes related to user configuration of LDAP must be validated
|
USER_SEARCH
Context representing that attributes related to user search test in LDAP must be validated
|
Modifier and Type | Method and Description |
---|---|
static DirectoryValidationContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryValidationContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectoryValidationContext DEFAULT
public static final DirectoryValidationContext CONNECTION
public static final DirectoryValidationContext CONNECTOR_ATTRIBUTES
public static final DirectoryValidationContext USER_CONFIGURATION
public static final DirectoryValidationContext GROUP_CONFIGURATION
public static final DirectoryValidationContext USER_SEARCH
public static final DirectoryValidationContext GROUP_SEARCH
public static final DirectoryValidationContext SYNCHRONISATION_SCHEDULING
public static DirectoryValidationContext[] values()
for (DirectoryValidationContext c : DirectoryValidationContext.values()) System.out.println(c);
public static DirectoryValidationContext valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 Atlassian. All rights reserved.