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
-Principal
the actor.method
-Method
the method.permission
-Permission
the permission.
-
-
Method Details