An ACL principal (user, group, or role)
Public fields
type
Principal type
value
Principal value
Methods
Method new()
Create a new ACLPrincipal
Arguments
type
Principal type (user, group, role)
value
Principal value
Method matches()
Check if this principal matches another
Usage
ACLPrincipal$matches(other)
Arguments
other
Another ACLPrincipal
Method to_string()
Convert to string
Method clone()
The objects of this class are cloneable with this method.
Usage
ACLPrincipal$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.