Uses of Class
io.weaviate.client.WeaviateClient
-
Packages that use WeaviateClient Package Description io.weaviate.client io.weaviate.client.v1.auth -
-
Uses of WeaviateClient in io.weaviate.client
Methods in io.weaviate.client that return WeaviateClient Modifier and Type Method Description 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 WeaviateClient Modifier and Type Method Description WeaviateClientAuthentication. getAuthClient(Config config)WeaviateClientAuthentication. getAuthClient(Config config, List<String> scopes)WeaviateClientBearerTokenFlow. getAuthClient(Config config)WeaviateClientBearerTokenFlow. getAuthClient(Config config, List<String> scopes)WeaviateClientClientCredentialsFlow. getAuthClient(Config config)WeaviateClientClientCredentialsFlow. getAuthClient(Config config, List<String> scopes)WeaviateClientResourceOwnerPasswordFlow. getAuthClient(Config config)WeaviateClientResourceOwnerPasswordFlow. getAuthClient(Config config, List<String> scopes)
-