Class AccessControlEntry

java.lang.Object
org.opencastproject.security.api.AccessControlEntry

public final class AccessControlEntry extends Object
A tuple of role, action, and whether the combination is to be allowed.
  • Constructor Details

    • AccessControlEntry

      public AccessControlEntry()
      No-arg constructor needed by JAXB
    • AccessControlEntry

      public AccessControlEntry(String role, String action, boolean allow)
      Constructs an access control entry for a role, action, and allow tuple
      Parameters:
      role - the role
      action - the action
      allow - Whether this role is allowed to take this action
  • Method Details