Interface TokenProcessor
-
- All Known Implementing Classes:
DataCloudTokenProcessor
public interface TokenProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCloudTokengetDataCloudToken()OAuthTokengetOAuthToken()AuthenticationSettingsgetSettings()
-
-
-
Method Detail
-
getSettings
AuthenticationSettings getSettings()
-
getOAuthToken
OAuthToken getOAuthToken() throws SQLException
- Throws:
SQLException
-
getDataCloudToken
DataCloudToken getDataCloudToken() throws SQLException
- Throws:
SQLException
-
-