Class DefaultPermissionMappings

java.lang.Object
com.google.gerrit.server.permissions.DefaultPermissionMappings

public class DefaultPermissionMappings extends Object
Mappings from GerritPermission enum instances to the permission names used by DefaultPermissionBackend.

These should be considered implementation details of DefaultPermissionBackend; a backend that doesn't respect the default permission model will not need to consult these. However, implementations may also choose to respect certain aspects of the default permission model, so this class is provided as public to aid those implementations.