Interface | Description |
---|---|
InternalUser.Factory | |
PeerDaemonUser.Factory | |
PluginUser.Factory |
Class | Description |
---|---|
AnonymousUser |
An anonymous user who has not yet authenticated.
|
ApprovalCopier |
Copies approvals between patch sets.
|
ApprovalsUtil |
Utility functions to manipulate patchset approvals.
|
ChangeMessagesUtil |
Utility functions to manipulate ChangeMessages.
|
ChangeUtil | |
CmdLineParserModule | |
CommonConverters |
Converters to classes in
com.google.gerrit.extensions.common . |
CurrentUser |
Information about the currently logged in user.
|
GerritPersonIdentProvider |
Provides
PersonIdent annotated with GerritPersonIdent . |
IdentifiedUser |
An authenticated user.
|
IdentifiedUser.GenericFactory |
Create an IdentifiedUser, ignoring any per-request state.
|
IdentifiedUser.RequestFactory |
Create an IdentifiedUser, relying on current request state.
|
InternalUser |
User identity for plugin code that needs an identity.
|
OptionUtil |
Utilities for option parsing.
|
PatchLineCommentsUtil |
Utility functions to manipulate PatchLineComments.
|
PeerDaemonUser |
Identity of a peer daemon process that isn't this JVM.
|
PluginUser |
User identity for plugin code that needs an identity.
|
ProjectUtil | |
RequestCleanup |
Registers cleanup activities to be completed when a scope ends.
|
StringUtil | |
UrlEncoded | |
WebLinks |
Enum | Description |
---|---|
AccessPath |
How the
CurrentUser is accessing Gerrit. |
OutputFormat |
Standard output format used by an API call.
|
Annotation Type | Description |
---|---|
GerritPersonIdent |
Marker on a
PersonIdent pointing to the identity representing Gerrit
server itself. |
RemotePeer |
Marker on a
SocketAddress pointing to the remote client. |