public class SecureStorageWindowsManager extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecureStorageManager.SecureStorageStatus |
static class |
SecureStorageWindowsManager.SecureStorageWindowsCredential |
Modifier and Type | Field and Description |
---|---|
static int |
COLON_CHAR_LENGTH |
static String |
DRIVER_NAME |
Modifier and Type | Method and Description |
---|---|
static SecureStorageWindowsManager |
builder() |
static String |
convertTarget(String host,
String user) |
SecureStorageManager.SecureStorageStatus |
deleteCredential(String host,
String user) |
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 SecureStorageWindowsManager builder()
public SecureStorageManager.SecureStorageStatus setCredential(String host, String user, String token)
public SecureStorageManager.SecureStorageStatus deleteCredential(String host, String user)
Copyright © 2020. All rights reserved.