Class PermissionCollection
- java.lang.Object
-
- com.google.gerrit.server.permissions.PermissionCollection
-
public class PermissionCollection extends Object
Effective permissions applied to a reference in a project.A collection may be user specific if a matching
AccessSection
uses "${username}" in its name. The permissions granted in that section may only be granted to the username that appears in the reference name, and also only if the user is a member of the relevant group.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PermissionCollection.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isUserSpecific()
Returns true if a "${username}" pattern might need to be expanded to build this collection, making the results user specific.
-