public enum UserPermissions extends java.lang.Enum<UserPermissions>
| Enum Constant and Description |
|---|
EDIT_CONFIGURATIONS |
EDIT_CONFIGVALUES |
EDIT_HOST |
EDIT_SSH |
EDIT_TEMPLATE |
EDIT_USERS |
USE_AGENT_API
rights for the agents
|
VIEW_CONFIGURATIONS
rights for everything not otherwise spezified
|
VIEW_CONFIGVALUES
rights for the config values
|
VIEW_HOST
rights for the hosts
|
VIEW_SSH
rights for the ssh key management
|
VIEW_TEMPLATE
rights for the templates
|
VIEW_USERS
rights for the user management
|
| Modifier and Type | Method and Description |
|---|---|
static UserPermissions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserPermissions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserPermissions VIEW_HOST
public static final UserPermissions EDIT_HOST
public static final UserPermissions VIEW_TEMPLATE
public static final UserPermissions EDIT_TEMPLATE
public static final UserPermissions VIEW_CONFIGVALUES
public static final UserPermissions EDIT_CONFIGVALUES
public static final UserPermissions VIEW_USERS
public static final UserPermissions EDIT_USERS
public static final UserPermissions VIEW_SSH
public static final UserPermissions EDIT_SSH
public static final UserPermissions USE_AGENT_API
public static final UserPermissions VIEW_CONFIGURATIONS
public static final UserPermissions EDIT_CONFIGURATIONS
public static UserPermissions[] values()
for (UserPermissions c : UserPermissions.values()) System.out.println(c);
public static UserPermissions valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2017-2020 Cinovo AG. All Rights Reserved.