Package com.google.gerrit.server
Class PluginUser
java.lang.Object
com.google.gerrit.server.CurrentUser
com.google.gerrit.server.InternalUser
com.google.gerrit.server.PluginUser
User identity for plugin code that needs an identity.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class com.google.gerrit.server.CurrentUserLAST_LOGIN_EXTERNAL_ID_PROPERTY_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionUnique name of the user on this server, if one has been assigned.toString()Methods inherited from class com.google.gerrit.server.InternalUsergetCacheKey, getEffectiveGroups, isInternalUserMethods inherited from class com.google.gerrit.server.CurrentUserasIdentifiedUser, get, getAccessPath, getAccountId, getEmailAddresses, getExternalIdKeys, getLastLoginExternalIdKey, getLoggableName, getRealUser, hasSameAccountId, isIdentifiedUser, isImpersonating, setAccessPath, updateRealAccountId
- 
Constructor Details- 
PluginUser
 
- 
- 
Method Details- 
getUserNameDescription copied from class:CurrentUserUnique name of the user on this server, if one has been assigned.- Overrides:
- getUserNamein class- CurrentUser
 
- 
toString- Overrides:
- toStringin class- InternalUser
 
 
-