# Functions
Parse parses an acl string with the given delimiter (LongTextForm or ShortTextForm).
ParseEntry parses a single ACL.
ParseLWEntry parses a single lightweight ACL.
# Constants
LongTextForm contains one ACL entry per line.
ShortTextForm is a sequence of ACL entries separated by commas, and is used for input.
TypeGroup indicates the qualifier identifies a group.
TypeLightweight indicates the qualifier identifies a lightweight user.
TypeUser indicates the qualifier identifies a user.