Package com.google.gerrit.server.account
Interface AccountStateProvider
public interface AccountStateProvider
Extension point to retrieve account state that should be included in the response of the
GetState
REST endpoint.-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<MetadataInfo> getMetadata
(Account.Id accountId) Returns metadata to populateAccountStateInfo.metadata
.
-
Method Details
-
getMetadata
Returns metadata to populateAccountStateInfo.metadata
.
-