Package net.snowflake.client.core
Class SecureStorageAppleManager
- java.lang.Object
-
- net.snowflake.client.core.SecureStorageAppleManager
-
public class SecureStorageAppleManager extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
COLON_CHAR_LENGTH
static String
DRIVER_NAME
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecureStorageAppleManager
builder()
net.snowflake.client.core.SecureStorageManager.SecureStorageStatus
deleteCredential(String host, String user, String type)
String
getCredential(String host, String user, String type)
net.snowflake.client.core.SecureStorageManager.SecureStorageStatus
setCredential(String host, String user, String type, String cred)
-
-
-
Field Detail
-
DRIVER_NAME
public static final String DRIVER_NAME
- See Also:
- Constant Field Values
-
COLON_CHAR_LENGTH
public static final int COLON_CHAR_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static SecureStorageAppleManager builder()
-
setCredential
public net.snowflake.client.core.SecureStorageManager.SecureStorageStatus setCredential(String host, String user, String type, String cred)
-
-