public class AuthorizationUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROFILE_ADMIN_ROLE |
static String |
SUPERADMIN_ROLE |
static String |
TENANT_ADMIN_ROLE |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isProfileAdmin(Profile profile) |
static boolean |
isSuperadmin(Profile profile) |
static boolean |
isTenantAdmin(Profile profile) |
public static final String SUPERADMIN_ROLE
public static final String TENANT_ADMIN_ROLE
public static final String PROFILE_ADMIN_ROLE
Copyright © 2018 CrafterCMS. All Rights Reserved.