Uses of Interface
io.weaviate.client.v1.auth.provider.AccessTokenProvider
-
-
Uses of AccessTokenProvider in io.weaviate.client
Constructors in io.weaviate.client with parameters of type AccessTokenProvider Constructor Description WeaviateClient(Config config, HttpClient httpClient, AccessTokenProvider tokenProvider)WeaviateClient(Config config, AccessTokenProvider tokenProvider) -
Uses of AccessTokenProvider in io.weaviate.client.base.grpc
Methods in io.weaviate.client.base.grpc with parameters of type AccessTokenProvider Modifier and Type Method Description static GrpcClientGrpcClient. create(Config config, AccessTokenProvider tokenProvider) -
Uses of AccessTokenProvider in io.weaviate.client.base.http.impl
Constructors in io.weaviate.client.base.http.impl with parameters of type AccessTokenProvider Constructor Description CommonsHttpClientImpl(Map<String,String> headers, AccessTokenProvider tokenProvider, CommonsHttpClientImpl.CloseableHttpClientBuilder clientBuilder) -
Uses of AccessTokenProvider in io.weaviate.client.v1.auth.nimbus
Methods in io.weaviate.client.v1.auth.nimbus that return AccessTokenProvider Modifier and Type Method Description AccessTokenProviderNimbusAuth. getAccessTokenProvider(Config config, String clientSecret, String username, String password, List<String> clientScopes, AuthType authType)protected AccessTokenProviderNimbusAuth. getTokenProvider(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String accessToken, long accessTokenLifeTime, String refreshToken, String clientSecret, AuthType authType) -
Uses of AccessTokenProvider in io.weaviate.client.v1.auth.provider
Classes in io.weaviate.client.v1.auth.provider that implement AccessTokenProvider Modifier and Type Class Description classAuthClientCredentialsTokenProviderclassAuthRefreshTokenProvider -
Uses of AccessTokenProvider in io.weaviate.client.v1.batch
Constructors in io.weaviate.client.v1.batch with parameters of type AccessTokenProvider Constructor Description Batch(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport, GrpcVersionSupport grpcVersionSupport, AccessTokenProvider tokenProvider, Data data) -
Uses of AccessTokenProvider in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type AccessTokenProvider Modifier and Type Method Description static ObjectsBatcherObjectsBatcher. create(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig)static ObjectsBatcherObjectsBatcher. createAuto(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig)
-