public class AuthorizedKeys extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DELETED_KEY_COMMENT |
static String |
FILE_NAME |
static String |
INVALID_KEY_COMMENT_PREFIX |
Constructor and Description |
---|
AuthorizedKeys() |
Modifier and Type | Method and Description |
---|---|
static List<com.google.common.base.Optional<com.google.gerrit.reviewdb.client.AccountSshKey>> |
parse(com.google.gerrit.reviewdb.client.Account.Id accountId,
String s) |
static String |
serialize(Collection<com.google.common.base.Optional<com.google.gerrit.reviewdb.client.AccountSshKey>> keys) |
public static final String FILE_NAME
public static final String INVALID_KEY_COMMENT_PREFIX
public static final String DELETED_KEY_COMMENT
public static List<com.google.common.base.Optional<com.google.gerrit.reviewdb.client.AccountSshKey>> parse(com.google.gerrit.reviewdb.client.Account.Id accountId, String s)
public static String serialize(Collection<com.google.common.base.Optional<com.google.gerrit.reviewdb.client.AccountSshKey>> keys)