Uses of Interface
io.weaviate.client.v1.auth.provider.AccessTokenProvider
-
Packages that use AccessTokenProvider Package Description io.weaviate.client io.weaviate.client.base.http.impl io.weaviate.client.v1.auth.nimbus io.weaviate.client.v1.auth.provider -
-
Uses of AccessTokenProvider in io.weaviate.client
Constructors in io.weaviate.client with parameters of type AccessTokenProvider Constructor Description WeaviateClient(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
-