Class PermissionCollection
java.lang.Object
com.google.gerrit.server.permissions.PermissionCollection
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if a "${username}" pattern might need to be expanded to build this collection, making the results user specific.
-
Method Details
-
isUserSpecific
public boolean isUserSpecific()Returns true if a "${username}" pattern might need to be expanded to build this collection, making the results user specific.
-