Uses of Class
io.weaviate.client.WeaviateClient
Packages that use WeaviateClient
-
Uses of WeaviateClient in io.weaviate.client
Methods in io.weaviate.client that return WeaviateClientModifier and TypeMethodDescriptionstatic WeaviateClientapiKey returns a new WeaviateClient with ApiKey token provider.static WeaviateClientWeaviateAuthClient.bearerToken(Config config, String accessToken, long accessTokenLifetime, String refreshToken) static WeaviateClientWeaviateAuthClient.clientCredentials(Config config, String clientSecret, List<String> scopes) static WeaviateClientWeaviateAuthClient.clientPassword(Config config, String username, String password, List<String> scopes) -
Uses of WeaviateClient in io.weaviate.client.v1.auth
Methods in io.weaviate.client.v1.auth that return WeaviateClientModifier and TypeMethodDescriptionApiKeyFlow.getAuthClient(Config config) ApiKeyFlow.getAuthClient(Config config, List<String> scopes) Authentication.getAuthClient(Config config) Authentication.getAuthClient(Config config, List<String> scopes) BearerTokenFlow.getAuthClient(Config config) BearerTokenFlow.getAuthClient(Config config, List<String> scopes) ClientCredentialsFlow.getAuthClient(Config config) ClientCredentialsFlow.getAuthClient(Config config, List<String> scopes) ResourceOwnerPasswordFlow.getAuthClient(Config config) ResourceOwnerPasswordFlow.getAuthClient(Config config, List<String> scopes)