| Package | Description |
|---|---|
| org.opencastproject.security.api |
| Modifier and Type | Method and Description |
|---|---|
static Either<AccessControlEntry,List<AccessControlEntry>> |
AccessControlUtil.entries(String role,
Tuple<String,Boolean>... actions)
Create a list of access control entries for a given role.
|
static Either<AccessControlEntry,List<AccessControlEntry>> |
AccessControlUtil.entries(String role,
Tuple<String,Boolean>... actions)
Create a list of access control entries for a given role.
|
static Either<AccessControlEntry,List<AccessControlEntry>> |
AccessControlUtil.entry(String role,
String action,
boolean allow)
Create a single access control entry.
|
static Either<AccessControlEntry,List<AccessControlEntry>> |
AccessControlUtil.entry(String role,
String action,
boolean allow)
Create a single access control entry.
|
List<AccessControlEntry> |
AccessControlList.getEntries() |
| Constructor and Description |
|---|
AccessControlList(AccessControlEntry... entries) |
| Constructor and Description |
|---|
AccessControlList(List<AccessControlEntry> entries) |
Copyright © 2009–2020 Opencast Project. All rights reserved.