Class AceEntry
java.lang.Object
com.linkedin.venice.authorization.AceEntry
Represents an Access Control Entry.
Permission will be enforced when Principal
performs Method. This is an immutable class.-
Constructor Details
-
AceEntry
Creates an Access Control entry- Parameters:
principal-Principalthe actor.method-Methodthe method.permission-Permissionthe permission.
-
-
Method Details