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,
String type) |
SecureStorageManager.SecureStorageStatus |
deleteCredential(String host,
String user,
String type) |
String |
getCredential(String host,
String user,
String type) |
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 SecureStorageWindowsManager builder()
public SecureStorageManager.SecureStorageStatus setCredential(String host, String user, String type, String token)
public SecureStorageManager.SecureStorageStatus deleteCredential(String host, String user, String type)
Copyright © 2022. All rights reserved.