Uses of Class
com.cognite.client.config.AuthConfig
Packages that use AuthConfig
-
Uses of AuthConfig in com.cognite.client
Methods in com.cognite.client that return AuthConfigModifier and TypeMethodDescriptionprotected 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 AuthConfigModifier and TypeMethodDescriptionRequest.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 AuthConfigModifier and TypeMethodDescriptionabstract AuthConfigAuthConfig.Builder.build()static AuthConfigAuthConfig.create()Deprecated.static AuthConfigConfigure a specific Cognite Data Fusion host.AuthConfig.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 AuthConfigModifier and TypeMethodDescriptionConnectorServiceV1.readRawDbNames(AuthConfig config) List the Raw database names from Cognite.ConnectorServiceV1.readRawTableNames(String dbName, AuthConfig config) List the Raw tables for a given database.