org.apache.activemq.security
Enum SimpleCachedLDAPAuthorizationMap.PermissionType
java.lang.Object
java.lang.Enum<SimpleCachedLDAPAuthorizationMap.PermissionType>
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap.PermissionType
- All Implemented Interfaces:
- Serializable, Comparable<SimpleCachedLDAPAuthorizationMap.PermissionType>
- Enclosing class:
- SimpleCachedLDAPAuthorizationMap
protected static enum SimpleCachedLDAPAuthorizationMap.PermissionType
- extends Enum<SimpleCachedLDAPAuthorizationMap.PermissionType>
READ
public static final SimpleCachedLDAPAuthorizationMap.PermissionType READ
WRITE
public static final SimpleCachedLDAPAuthorizationMap.PermissionType WRITE
ADMIN
public static final SimpleCachedLDAPAuthorizationMap.PermissionType ADMIN
values
public static SimpleCachedLDAPAuthorizationMap.PermissionType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SimpleCachedLDAPAuthorizationMap.PermissionType c : SimpleCachedLDAPAuthorizationMap.PermissionType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SimpleCachedLDAPAuthorizationMap.PermissionType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.