Uses of Class
technology.semi.weaviate.client.WeaviateClient
-
Packages that use WeaviateClient Package Description technology.semi.weaviate.client technology.semi.weaviate.client.v1.auth -
-
Uses of WeaviateClient in technology.semi.weaviate.client
Methods in technology.semi.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 technology.semi.weaviate.client.v1.auth
Methods in technology.semi.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)
-