An ACL principal (user, group, or role)
typePrincipal type
valuePrincipal value
new()Create a new ACLPrincipal
ACLPrincipal$new(type, value)typePrincipal type (user, group, role)
valuePrincipal value
matches()Check if this principal matches another
ACLPrincipal$matches(other)otherAnother ACLPrincipal
Logical
to_string()Convert to string
ACLPrincipal$to_string()
clone()The objects of this class are cloneable with this method.
ACLPrincipal$clone(deep = FALSE)deepWhether to make a deep clone.