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 String |
convertTarget(String host,
String user,
String type) |
SecureStorageManager.SecureStorageStatus |
deleteCredential(String host,
String user,
String type)
May delete credentials which doesn't belong to this process
|
String |
getCredential(String host,
String user,
String type) |
static SecureStorageLinuxManager |
getInstance() |
SecureStorageManager.SecureStorageStatus |
setCredential(String host,
String user,
String type,
String token) |
public static final String DRIVER_NAME
public static final int COLON_CHAR_LENGTH
public static SecureStorageLinuxManager getInstance()
public SecureStorageManager.SecureStorageStatus setCredential(String host, String user, String type, String token)
public SecureStorageManager.SecureStorageStatus deleteCredential(String host, String user, String type)
Copyright © 2021. All rights reserved.