Uses of Class
org.hisp.dhis.Dhis2Config
Packages that use Dhis2Config
-
Uses of Dhis2Config in org.hisp.dhis
Fields in org.hisp.dhis declared as Dhis2ConfigConstructors in org.hisp.dhis with parameters of type Dhis2ConfigModifierConstructorDescriptionBaseDhis2(Dhis2Config config) Dhis2(Dhis2Config config) Dhis2AsyncRequest(Dhis2Config config, org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of Dhis2Config in org.hisp.dhis.util
Methods in org.hisp.dhis.util with parameters of type Dhis2ConfigModifier and TypeMethodDescriptionstatic <T extends org.apache.hc.client5.http.classic.methods.HttpUriRequestBase>
THttpUtils.withAuth(T request, Dhis2Config config) Adds a HTTP header for authentication based on theAuthenticationof the givenDhis2Config.