Uses of Class
com.cognite.client.config.AuthConfig
-
Packages that use AuthConfig Package Description com.cognite.client com.cognite.client.config com.cognite.client.servicesV1 -
-
Uses of AuthConfig in com.cognite.client
Methods in com.cognite.client that return AuthConfig Modifier and Type Method Description protected AuthConfigCogniteClient. buildAuthConfig()Returns a auth info for api requestsabstract AuthConfigRequest. getAuthConfig()Returns the project configuration for a request.Methods in com.cognite.client with parameters of type AuthConfig Modifier and Type Method Description RequestRequest. withAuthConfig(AuthConfig config)Sets the project configuration for a request. -
Uses of AuthConfig in com.cognite.client.config
Methods in com.cognite.client.config that return AuthConfig Modifier and Type Method Description abstract AuthConfigAuthConfig.Builder. build()static AuthConfigAuthConfig. create()AuthConfigAuthConfig. withHost(String host)Configure a specific Cognite Data Fusion host.AuthConfigAuthConfig. withProject(String project)Set the Cognite Data Fusion project (environment) to connect with. -
Uses of AuthConfig in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 with parameters of type AuthConfig Modifier and Type Method Description ConnectorServiceV1.ResultFutureIterator<String>ConnectorServiceV1. readRawDbNames(AuthConfig config)List the Raw database names from Cognite.ConnectorServiceV1.ResultFutureIterator<String>ConnectorServiceV1. readRawTableNames(String dbName, AuthConfig config)List the Raw tables for a given database.
-