Uses of Class
com.snowflake.kafka.connector.internal.SnowflakeURL
-
Packages that use SnowflakeURL Package Description com.snowflake.kafka.connector com.snowflake.kafka.connector.internal -
-
Uses of SnowflakeURL in com.snowflake.kafka.connector
Methods in com.snowflake.kafka.connector with parameters of type SnowflakeURL Modifier and Type Method Description static net.snowflake.client.jdbc.internal.apache.http.client.methods.HttpPostUtils. buildOAuthHttpPostRequest(SnowflakeURL url, String path, Map<String,String> headers, net.snowflake.client.jdbc.internal.apache.http.entity.StringEntity entity)Build OAuth http post request base on headers and payloadstatic StringUtils. getSnowflakeOAuthAccessToken(SnowflakeURL url, String clientId, String clientSecret, String refreshToken)Get OAuth access token given refresh tokenstatic StringUtils. getSnowflakeOAuthToken(SnowflakeURL url, String clientId, String clientSecret, String credential, String grantType, String credentialType, String tokenType)Get OAuth token given integration info Snowflake OAuth Overview -
Uses of SnowflakeURL in com.snowflake.kafka.connector.internal
Methods in com.snowflake.kafka.connector.internal with parameters of type SnowflakeURL Modifier and Type Method Description SnowflakeConnectionServiceFactory.SnowflakeConnectionServiceBuilderSnowflakeConnectionServiceFactory.SnowflakeConnectionServiceBuilder. setURL(SnowflakeURL url)
-