public class Roles extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMIN |
static String |
GUEST |
static String |
ORG_ADMIN |
static String |
THEME_ADMIN |
static String |
USER |
| Constructor and Description |
|---|
Roles() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getRole() |
boolean |
isProtectedRole() |
void |
setId(Integer id) |
void |
setRole(String role) |
public static final String ADMIN
public static final String ORG_ADMIN
public static final String THEME_ADMIN
public static final String USER
public static final String GUEST
Copyright © 2022 B3Partners B.V.. All rights reserved.