public interface GpgApiAdapter
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.common.PushCertificateInfo |
checkPushCertificate(java.lang.String certStr,
IdentifiedUser expectedUser) |
com.google.gerrit.extensions.api.accounts.GpgKeyApi |
gpgKey(AccountResource account,
com.google.gerrit.extensions.restapi.IdString idStr) |
java.util.Map<java.lang.String,com.google.gerrit.extensions.common.GpgKeyInfo> |
listGpgKeys(AccountResource account) |
java.util.Map<java.lang.String,com.google.gerrit.extensions.common.GpgKeyInfo> |
putGpgKeys(AccountResource account,
java.util.List<java.lang.String> add,
java.util.List<java.lang.String> delete) |
java.util.Map<java.lang.String,com.google.gerrit.extensions.common.GpgKeyInfo> listGpgKeys(AccountResource account) throws com.google.gerrit.extensions.restapi.RestApiException, GpgException
com.google.gerrit.extensions.restapi.RestApiException
GpgException
java.util.Map<java.lang.String,com.google.gerrit.extensions.common.GpgKeyInfo> putGpgKeys(AccountResource account, java.util.List<java.lang.String> add, java.util.List<java.lang.String> delete) throws com.google.gerrit.extensions.restapi.RestApiException, GpgException
com.google.gerrit.extensions.restapi.RestApiException
GpgException
com.google.gerrit.extensions.api.accounts.GpgKeyApi gpgKey(AccountResource account, com.google.gerrit.extensions.restapi.IdString idStr) throws com.google.gerrit.extensions.restapi.RestApiException, GpgException
com.google.gerrit.extensions.restapi.RestApiException
GpgException
com.google.gerrit.extensions.common.PushCertificateInfo checkPushCertificate(java.lang.String certStr, IdentifiedUser expectedUser) throws GpgException
GpgException