| Package | Description |
|---|---|
| org.opencastproject.security.api |
| Modifier and Type | Field and Description |
|---|---|
static Function<String,Option<AclScope>> |
AccessControlUtil.toAclScope |
| Modifier and Type | Method and Description |
|---|---|
static AclScope |
AclScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclScope[] |
AclScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple<AccessControlList,AclScope> |
AuthorizationService.getAcl(MediaPackage mp,
AclScope scope)
Gets the access control list for a given scope associated with the given media package, as specified by its XACML
attachments.
|
Tuple<AccessControlList,AclScope> |
AuthorizationService.getActiveAcl(MediaPackage mp)
Gets the active access control list associated with the given media package, as specified by its XACML
attachments.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple<AccessControlList,AclScope> |
AuthorizationService.getAcl(MediaPackage mp,
AclScope scope)
Gets the access control list for a given scope associated with the given media package, as specified by its XACML
attachments.
|
MediaPackage |
AuthorizationService.removeAcl(MediaPackage mp,
AclScope scope)
Remove the XACML of the given scope.
|
Tuple<MediaPackage,Attachment> |
AuthorizationService.setAcl(MediaPackage mp,
AclScope scope,
AccessControlList acl)
Attaches the provided policies to a media package as a XACML attachment, replacing any previous policy element of
the same scope.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.