Uses of Class
net.snowflake.client.core.SFLoginInput
-
Packages that use SFLoginInput Package Description net.snowflake.client.core net.snowflake.client.core.auth.oauth net.snowflake.client.core.auth.wif -
-
Uses of SFLoginInput in net.snowflake.client.core
Methods in net.snowflake.client.core with parameters of type SFLoginInput Modifier and Type Method Description static SessionUtilExternalBrowser
SessionUtilExternalBrowser. createInstance(SFLoginInput loginInput)
Constructors in net.snowflake.client.core with parameters of type SFLoginInput Constructor Description SessionUtilExternalBrowser(SFLoginInput loginInput, SessionUtilExternalBrowser.AuthExternalBrowserHandlers handlers)
-
Uses of SFLoginInput in net.snowflake.client.core.auth.oauth
Methods in net.snowflake.client.core.auth.oauth with parameters of type SFLoginInput Modifier and Type Method Description AccessTokenProvider
OAuthAccessTokenProviderFactory. createAccessTokenProvider(AuthenticatorType authenticatorType, SFLoginInput loginInput)
TokenResponseDTO
AccessTokenProvider. getAccessToken(SFLoginInput loginInput)
TokenResponseDTO
OAuthAccessTokenForRefreshTokenProvider. getAccessToken(SFLoginInput loginInput)
TokenResponseDTO
OAuthAuthorizationCodeAccessTokenProvider. getAccessToken(SFLoginInput loginInput)
TokenResponseDTO
OAuthClientCredentialsAccessTokenProvider. getAccessToken(SFLoginInput loginInput)
-
Uses of SFLoginInput in net.snowflake.client.core.auth.wif
Constructors in net.snowflake.client.core.auth.wif with parameters of type SFLoginInput Constructor Description AzureIdentityAttestationCreator(AzureAttestationService azureAttestationService, SFLoginInput loginInput)
AzureIdentityAttestationCreator(AzureAttestationService azureAttestationService, SFLoginInput loginInput, String azureMetadataServiceBaseUrl)
Only for testing purposeGcpIdentityAttestationCreator(SFLoginInput loginInput)
-