public static enum UserManagementServlet.Operation extends Enum<UserManagementServlet.Operation>
| Enum Constant and Description |
|---|
addtogroup |
authorizable |
authorizables |
disable |
enable |
group |
groups |
groupsofauthorizable |
password |
properties |
query |
removefromgroup |
systemuser |
tree |
user |
users |
| Modifier and Type | Method and Description |
|---|---|
static UserManagementServlet.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserManagementServlet.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserManagementServlet.Operation users
public static final UserManagementServlet.Operation user
public static final UserManagementServlet.Operation groups
public static final UserManagementServlet.Operation tree
public static final UserManagementServlet.Operation group
public static final UserManagementServlet.Operation authorizable
public static final UserManagementServlet.Operation disable
public static final UserManagementServlet.Operation enable
public static final UserManagementServlet.Operation password
public static final UserManagementServlet.Operation groupsofauthorizable
public static final UserManagementServlet.Operation removefromgroup
public static final UserManagementServlet.Operation addtogroup
public static final UserManagementServlet.Operation query
public static final UserManagementServlet.Operation systemuser
public static final UserManagementServlet.Operation authorizables
public static final UserManagementServlet.Operation properties
public static UserManagementServlet.Operation[] values()
for (UserManagementServlet.Operation c : UserManagementServlet.Operation.values()) System.out.println(c);
public static UserManagementServlet.Operation 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. All rights reserved.