Package com.firebolt.jdbc.service
Class FireboltAuthenticationService
java.lang.Object
com.firebolt.jdbc.service.FireboltAuthenticationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConnectionTokens(String host, FireboltProperties loginProperties) voidremoveConnectionTokens(String host, FireboltProperties loginProperties) Removes connection tokens from the cache.
-
Constructor Details
-
FireboltAuthenticationService
public FireboltAuthenticationService()
-
-
Method Details
-
getConnectionTokens
public FireboltConnectionTokens getConnectionTokens(String host, FireboltProperties loginProperties) throws SQLException - Throws:
SQLException
-
removeConnectionTokens
public void removeConnectionTokens(String host, FireboltProperties loginProperties) throws SQLException Removes connection tokens from the cache.- Parameters:
host- hostloginProperties- the login properties linked to the tokens- Throws:
SQLException
-