protected static enum SimpleCachedLDAPAuthorizationMap.PermissionType extends Enum<SimpleCachedLDAPAuthorizationMap.PermissionType>
Modifier and Type | Method and Description |
---|---|
static SimpleCachedLDAPAuthorizationMap.PermissionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleCachedLDAPAuthorizationMap.PermissionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleCachedLDAPAuthorizationMap.PermissionType READ
public static final SimpleCachedLDAPAuthorizationMap.PermissionType WRITE
public static final SimpleCachedLDAPAuthorizationMap.PermissionType ADMIN
public static SimpleCachedLDAPAuthorizationMap.PermissionType[] values()
for (SimpleCachedLDAPAuthorizationMap.PermissionType c : SimpleCachedLDAPAuthorizationMap.PermissionType.values()) System.out.println(c);
public static SimpleCachedLDAPAuthorizationMap.PermissionType 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 © 2005–2020 The Apache Software Foundation. All rights reserved.