Uses of Class
org.apache.syncope.ext.openfga.client.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in org.apache.syncope.ext.openfga.client
Fields in org.apache.syncope.ext.openfga.client declared as ApiClientMethods in org.apache.syncope.ext.openfga.client that return ApiClientModifier and TypeMethodDescriptionstatic ApiClient
Configuration.getDefaultApiClient()
Get the default API client, which would be used when creating API instances without providing an API client.OpenFGAClientContext.openFgaApiClient
(OpenFGAProperties props) ApiClient.setAsyncResponseInterceptor
(Consumer<HttpResponse<String>> interceptor) Set a custom async response interceptor.ApiClient.setBasePath
(String basePath) Set a custom base path for the target service, for example '/v2'.ApiClient.setConnectTimeout
(Duration connectTimeout) Sets the connect timeout (in milliseconds) for the http client.Set a custom host name for the target service.ApiClient.setHttpClientBuilder
(HttpClient.Builder builder) Set a customHttpClient.Builder
object to use when creating theHttpClient
that is used by the API client.ApiClient.setObjectMapper
(ObjectMapper mapper) Set a customObjectMapper
to serialize and deserialize the request and response bodies.ApiClient.setPort
(int port) Set a custom port number for the target service.ApiClient.setReadTimeout
(Duration readTimeout) Set the read timeout for the http client.ApiClient.setRequestInterceptor
(Consumer<HttpRequest.Builder> interceptor) Set a custom request interceptor.ApiClient.setResponseInterceptor
(Consumer<HttpResponse<InputStream>> interceptor) Set a custom response interceptor.Set a custom scheme for the target service, for example 'https'.Methods in org.apache.syncope.ext.openfga.client with parameters of type ApiClientModifier and TypeMethodDescriptionOpenFGAClientContext.openFgaClientFactory
(ApiClient openFgaApiClient, OpenFGAProperties props) static void
Configuration.setDefaultApiClient
(ApiClient apiClient) Set the default API client, which would be used when creating API instances without providing an API client.Constructors in org.apache.syncope.ext.openfga.client with parameters of type ApiClientModifierConstructorDescriptionOpenFGAClient
(ApiClient apiClient) OpenFGAClientFactory
(ApiClient openFgaApiClient, OpenFGAProperties properties) -
Uses of ApiClient in org.apache.syncope.ext.openfga.client.api
Constructors in org.apache.syncope.ext.openfga.client.api with parameters of type ApiClientModifierConstructorDescriptionAssertionsApi
(ApiClient apiClient) AuthorizationModelsApi
(ApiClient apiClient) RelationshipQueriesApi
(ApiClient apiClient) RelationshipTuplesApi
(ApiClient apiClient)