public class SecureStorageAppleManager 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 SecureStorageAppleManager |
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 cred) |
public static final String DRIVER_NAME
public static final int COLON_CHAR_LENGTH
public static SecureStorageAppleManager builder()
public SecureStorageManager.SecureStorageStatus setCredential(String host, String user, String type, String cred)
public SecureStorageManager.SecureStorageStatus deleteCredential(String host, String user, String type)
Copyright © 2022. All rights reserved.