public interface SecurityConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZATION_HEADER
Header name for the digest authorization
|
static String |
GLOBAL_ADMIN_ROLE
Name of the Opencast admin role
|
static String |
GLOBAL_ADMIN_USER_PROPERTY
The administrator user configuration option
|
static String |
GLOBAL_ANONYMOUS_USERNAME
Name of the Opencast anonymous role
|
static String |
GLOBAL_CAPTURE_AGENT_ROLE
Name of the Opencast capture agent role
|
static String[] |
GLOBAL_CAPTURE_AGENT_ROLES
The roles associated with the Opencast capture agent account
|
static String |
GLOBAL_SUDO_ROLE
Name of the Opencast global sudo role
|
static String[] |
GLOBAL_SYSTEM_ROLES
The roles associated with the Opencast system account
|
static String |
ORGANIZATION_HEADER
Header name for the desired organization
|
static String |
ROLES_HEADER
Header name for the desired role
|
static String |
RUN_AS_USER_HEADER
Header name for running an operation as a desired user.
|
static String |
RUN_WITH_ROLES
Header name for running an operation with a desired role.
|
static String |
USER_HEADER
Header name for the desired user
|
static final String AUTHORIZATION_HEADER
static final String ORGANIZATION_HEADER
static final String USER_HEADER
static final String RUN_AS_USER_HEADER
static final String ROLES_HEADER
static final String RUN_WITH_ROLES
static final String GLOBAL_ADMIN_ROLE
static final String GLOBAL_CAPTURE_AGENT_ROLE
static final String GLOBAL_SUDO_ROLE
static final String GLOBAL_ANONYMOUS_USERNAME
static final String[] GLOBAL_SYSTEM_ROLES
static final String[] GLOBAL_CAPTURE_AGENT_ROLES
static final String GLOBAL_ADMIN_USER_PROPERTY
Copyright © 2009–2021 Opencast Project. All rights reserved.