|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.trendmicro.grid.acl.l0.KnownRoles
public class KnownRoles
Enumerates all known role names.
Field Summary | |
---|---|
static String |
ROLE_ACCESS_AUDIT_LOG
Controls whether the user audit log can be accessed. |
static String |
ROLE_ACCESS_BINARY_CONTENT
Controls whether a previously processed file can be downloaded. |
static String |
ROLE_ACCESS_DETAILS
Controls the general access to any details (= all data types containing metadata) |
static String |
ROLE_ACCESS_PROTECTED_SERVICES
Controls the general access to the protected services (aka. |
static String |
ROLE_CREATE_BINARY_CONTENT
Controls whether a file can be sent (created) for processing. |
static String |
ROLE_MANAGE
Controls whether management tasks like clearing caches can be executed. |
static String |
ROLE_PROCESS_CONTENT
Controls whether new or existing content can be processed or reprocessed. |
static String |
ROLE_RUN_CATEGORIZATION_QUERIES
Controls whether categorization queries can be executed. |
static String |
ROLE_RUN_COMPLEX_QUERIES
Controls whether complex queries can be executed. |
static String |
ROLE_RUN_HASH_QUERIES
Controls whether, hash based queries can be executed. |
static String |
ROLE_RUN_PACKAGE_QUERIES
Controls whether file packages can be queried. |
static String |
ROLE_RUN_TAG_MATCHING_QUERIES
Controls whether tag matching queries can be executed. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ROLE_ACCESS_DETAILS
public static final String ROLE_ACCESS_PROTECTED_SERVICES
public static final String ROLE_RUN_HASH_QUERIES
public static final String ROLE_RUN_TAG_MATCHING_QUERIES
isFilesTaggedWithAll(..)
do not fall under this role as the
primary query key is hash not tag in such queries.
public static final String ROLE_RUN_PACKAGE_QUERIES
public static final String ROLE_RUN_CATEGORIZATION_QUERIES
public static final String ROLE_RUN_COMPLEX_QUERIES
public static final String ROLE_ACCESS_BINARY_CONTENT
public static final String ROLE_CREATE_BINARY_CONTENT
public static final String ROLE_PROCESS_CONTENT
public static final String ROLE_MANAGE
public static final String ROLE_ACCESS_AUDIT_LOG
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |