Class OpenIDConfigGetter
java.lang.Object
io.weaviate.client.base.AsyncBaseClient<OpenIDConfiguration>
io.weaviate.client.v1.async.misc.api.OpenIDConfigGetter
- All Implemented Interfaces:
AsyncClientResult<OpenIDConfiguration>
public class OpenIDConfigGetter
extends AsyncBaseClient<OpenIDConfiguration>
implements AsyncClientResult<OpenIDConfiguration>
-
Field Summary
Fields inherited from class io.weaviate.client.base.AsyncBaseClient
client -
Constructor Summary
ConstructorsConstructorDescriptionOpenIDConfigGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Method Summary
Modifier and TypeMethodDescriptionrun(org.apache.hc.core5.concurrent.FutureCallback<Result<OpenIDConfiguration>> callback) Methods inherited from class io.weaviate.client.base.AsyncBaseClient
getRequest, sendDeleteRequest, sendDeleteRequest, sendGetRequest, sendGetRequest, sendHeadRequest, sendHeadRequest, sendPatchRequest, sendPatchRequest, sendPostRequest, sendPostRequest, sendPutRequest, sendPutRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.weaviate.client.base.AsyncClientResult
run
-
Constructor Details
-
OpenIDConfigGetter
public OpenIDConfigGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider)
-
-
Method Details
-
run
public Future<Result<OpenIDConfiguration>> run(org.apache.hc.core5.concurrent.FutureCallback<Result<OpenIDConfiguration>> callback) - Specified by:
runin interfaceAsyncClientResult<OpenIDConfiguration>
-