public enum SiteWhereAuthority extends java.lang.Enum<SiteWhereAuthority>
Enum Constant and Description |
---|
Access
Group for system access setting
|
AdminConsole
REST services access
|
AdminOwnTenant
Administer own tenant
|
AdminSchedules
Administer all schedules
|
AdminSelf
Administer own user profile
|
AdminTenants
Administer all users
|
AdminUsers
Administer all users
|
REST
REST services access
|
ScheduleCommands
Add scheduled job for batch or indivisual command invocation
|
Schedules
Group for all schedules
|
Server
Group for server administration
|
Tenants
Group for all tenant authorities
|
Users
Group for all user authorities
|
ViewServerInfo
View global server information
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.String |
getParent() |
java.lang.String |
getRoleName() |
boolean |
isGroup() |
void |
setDescription(java.lang.String description) |
void |
setGroup(boolean group) |
void |
setName(java.lang.String name) |
void |
setParent(java.lang.String parent) |
static SiteWhereAuthority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SiteWhereAuthority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiteWhereAuthority Server
public static final SiteWhereAuthority ViewServerInfo
public static final SiteWhereAuthority Access
public static final SiteWhereAuthority REST
public static final SiteWhereAuthority AdminConsole
public static final SiteWhereAuthority Users
public static final SiteWhereAuthority AdminUsers
public static final SiteWhereAuthority AdminSelf
public static final SiteWhereAuthority Tenants
public static final SiteWhereAuthority AdminTenants
public static final SiteWhereAuthority AdminOwnTenant
public static final SiteWhereAuthority Schedules
public static final SiteWhereAuthority AdminSchedules
public static final SiteWhereAuthority ScheduleCommands
public static SiteWhereAuthority[] values()
for (SiteWhereAuthority c : SiteWhereAuthority.values()) System.out.println(c);
public static SiteWhereAuthority 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 nullpublic java.lang.String getRoleName()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getParent()
public void setParent(java.lang.String parent)
public boolean isGroup()
public void setGroup(boolean group)