Uses of Interface
technology.semi.weaviate.client.v1.auth.provider.AccessTokenProvider
-
-
Uses of AccessTokenProvider in technology.semi.weaviate.client
Constructors in technology.semi.weaviate.client with parameters of type AccessTokenProvider Constructor Description WeaviateClient(Config config, AccessTokenProvider tokenProvider) -
Uses of AccessTokenProvider in technology.semi.weaviate.client.base.http.impl
Constructors in technology.semi.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 technology.semi.weaviate.client.v1.auth.nimbus
Methods in technology.semi.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 technology.semi.weaviate.client.v1.auth.provider
Classes in technology.semi.weaviate.client.v1.auth.provider that implement AccessTokenProvider Modifier and Type Class Description classAuthClientCredentialsTokenProviderclassAuthRefreshTokenProvider
-