Class AclEntry

java.lang.Object
com.spotfire.ws.pub.AclEntry

public class AclEntry extends Object
Represents an Access Control List entry for an item in the Library. Many ACL entries may be associated with a library item, each representing the permissions set for one user or group.
Since:
5.5
  • Constructor Details

    • AclEntry

      public AclEntry()
      Creates a new instance.
  • Method Details

    • getPrincipalName

      public PrincipalName getPrincipalName()
      Returns the name of the principal (user or group) which this ACL entry is for.
      Returns:
      the name of the principal (user or group) which this ACL entry is for
    • getPermissions

      public List<LibraryPermission> getPermissions()
      Returns the list of permissions.
      Returns:
      the list of permissions