public class SecureStorageLinuxManager extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecureStorageManager.SecureStorageStatus |
Modifier and Type | Field and Description |
---|---|
static int |
COLON_CHAR_LENGTH |
static String |
DRIVER_NAME |
Modifier and Type | Method and Description |
---|---|
static SecureStorageLinuxManager |
builder() |
static String |
convertTarget(String host,
String user) |
SecureStorageManager.SecureStorageStatus |
deleteCredential(String host,
String user)
Since Linux doesn't have secure local storage right now, this function's input parameters are
only here to be consistent with Mac/Win platform.
|
String |
getCredential(String host,
String user) |
SecureStorageManager.SecureStorageStatus |
setCredential(String host,
String user,
String token) |
public static final String DRIVER_NAME
public static final int COLON_CHAR_LENGTH
public static SecureStorageLinuxManager builder()
public SecureStorageManager.SecureStorageStatus setCredential(String host, String user, String token)
public SecureStorageManager.SecureStorageStatus deleteCredential(String host, String user)
Copyright © 2020. All rights reserved.