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 classSecureStorageWindowsManager.SecureStorageWindowsCredential
-
Field Summary
Fields Modifier and Type Field Description static intCOLON_CHAR_LENGTHstatic StringDRIVER_NAME
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecureStorageWindowsManagerbuilder()net.snowflake.client.core.SecureStorageManager.SecureStorageStatusdeleteCredential(String host, String user, String type)StringgetCredential(String host, String user, String type)net.snowflake.client.core.SecureStorageManager.SecureStorageStatussetCredential(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)
-
-