Package net.snowflake.client.core
Class SecureStorageWindowsManager
- java.lang.Object
-
- net.snowflake.client.core.SecureStorageWindowsManager
-
public class SecureStorageWindowsManager extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SecureStorageWindowsManager.SecureStorageWindowsCredential
-
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 SecureStorageWindowsManager
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 token)
-
-
-
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 SecureStorageWindowsManager builder()
-
setCredential
public net.snowflake.client.core.SecureStorageManager.SecureStorageStatus setCredential(String host, String user, String type, String token)
-
-