public interface RolesSyncStrategy
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL |
static String[] |
KIBANA_ROLE_ALL_INDEX_ACTIONS |
static String[] |
KIBANA_ROLE_CLUSTER_ACTIONS |
static String[] |
KIBANA_ROLE_INDEX_ACTIONS |
static String[] |
OPERATIONS_ROLE_ANY_ACTIONS |
static String[] |
OPERATIONS_ROLE_CLUSTER_ACTIONS |
static String[] |
OPERATIONS_ROLE_OPERATIONS_ACTIONS |
static String[] |
PROJECT_ROLE_ACTIONS |
static String[] |
USER_ROLE_CLUSTER_ACTIONS |
| Modifier and Type | Method and Description |
|---|---|
void |
syncFrom(UserProjectCache cache)
Sync the given cache to
|
static final String[] USER_ROLE_CLUSTER_ACTIONS
static final String[] PROJECT_ROLE_ACTIONS
static final String[] KIBANA_ROLE_ALL_INDEX_ACTIONS
static final String[] KIBANA_ROLE_INDEX_ACTIONS
static final String[] KIBANA_ROLE_CLUSTER_ACTIONS
static final String[] OPERATIONS_ROLE_CLUSTER_ACTIONS
static final String[] OPERATIONS_ROLE_OPERATIONS_ACTIONS
static final String[] OPERATIONS_ROLE_ANY_ACTIONS
static final String ALL
void syncFrom(UserProjectCache cache)
cache - The cache from which to syncCopyright © 2015–2017 Red Hat. All rights reserved.