Uses of Enum Class
org.opencastproject.security.api.AclScope
Packages that use AclScope
-
Uses of AclScope in org.opencastproject.authorization.xacml
Methods in org.opencastproject.authorization.xacml that return types with arguments of type AclScopeModifier and TypeMethodDescriptionXACMLAuthorizationService.getAcl(MediaPackage mp, AclScope scope) XACMLAuthorizationService.getActiveAcl(MediaPackage mp) Methods in org.opencastproject.authorization.xacml with parameters of type AclScopeModifier and TypeMethodDescriptionXACMLAuthorizationService.getAcl(MediaPackage mp, AclScope scope) XACMLAuthorizationService.removeAcl(MediaPackage mp, AclScope scope) XACMLAuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) -
Uses of AclScope in org.opencastproject.security.api
Methods in org.opencastproject.security.api that return AclScopeModifier and TypeMethodDescriptionstatic AclScopeReturns the enum constant of this class with the specified name.static AclScope[]AclScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.security.api that return types with arguments of type AclScopeModifier and TypeMethodDescriptionAuthorizationService.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.AuthorizationService.getActiveAcl(MediaPackage mp) Gets the active access control list associated with the given media package, as specified by its XACML attachments.Methods in org.opencastproject.security.api with parameters of type AclScopeModifier and TypeMethodDescriptionAuthorizationService.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.AuthorizationService.removeAcl(MediaPackage mp, AclScope scope) Remove the XACML of the given scope.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.