Package com.google.gerrit.server.account
Class AuthorizedKeys
- java.lang.Object
-
- com.google.gerrit.server.account.AuthorizedKeys
-
public class AuthorizedKeys extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DELETED_KEY_COMMENT
static String
FILE_NAME
static String
INVALID_KEY_COMMENT_PREFIX
-
Constructor Summary
Constructors Constructor Description AuthorizedKeys()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Optional<AccountSshKey>>
parse(Account.Id accountId, String s)
static String
serialize(Collection<Optional<AccountSshKey>> keys)
-
-
-
Field Detail
-
FILE_NAME
public static final String FILE_NAME
- See Also:
- Constant Field Values
-
INVALID_KEY_COMMENT_PREFIX
public static final String INVALID_KEY_COMMENT_PREFIX
- See Also:
- Constant Field Values
-
DELETED_KEY_COMMENT
public static final String DELETED_KEY_COMMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public static List<Optional<AccountSshKey>> parse(Account.Id accountId, String s)
-
serialize
public static String serialize(Collection<Optional<AccountSshKey>> keys)
-
-