@Deprecated public enum LdapDirectoryPermission extends Enum<LdapDirectoryPermission>
Enum Constant and Description |
---|
READ_ONLY
Deprecated.
|
READ_ONLY_LOCAL_GROUPS
Deprecated.
|
READ_WRITE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LdapDirectoryPermission |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LdapDirectoryPermission[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapDirectoryPermission READ_ONLY
public static final LdapDirectoryPermission READ_ONLY_LOCAL_GROUPS
public static final LdapDirectoryPermission READ_WRITE
public static LdapDirectoryPermission[] values()
for (LdapDirectoryPermission c : LdapDirectoryPermission.values()) System.out.println(c);
public static LdapDirectoryPermission 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 © 2003–2020 Atlassian. All rights reserved.