Annotation Interface RequiresCapability
Annotation on
com.google.gerrit.sshd.SshCommand
or
com.google.gerrit.httpd.restapi.RestApiServlet
declaring a capability must be granted.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Fall back to admin credentials.Scope of the named capability.
-
Element Details
-
value
String valueName of the capability required to invoke this action.
-
-
-
scope
CapabilityScope scopeScope of the named capability.- Default:
- CONTEXT
-
fallBackToAdmin
boolean fallBackToAdminFall back to admin credentials. Only applies to plugin capability check.- Default:
- true
-