Uses of Class
de.captaingoldfish.scim.sdk.client.http.BasicAuth
Packages that use BasicAuth
-
Uses of BasicAuth in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return BasicAuthModifier and TypeMethodDescriptionScimClientConfig.getBasicAuth()an optional basic authentication objectMethods in de.captaingoldfish.scim.sdk.client with parameters of type BasicAuthModifier and TypeMethodDescriptionvoidScimClientConfig.setBasicAuth(BasicAuth basicAuth) an optional basic authentication objectConstructors in de.captaingoldfish.scim.sdk.client with parameters of type BasicAuthModifierConstructorDescriptionScimClientConfig(Integer requestTimeout, Integer socketTimeout, Integer connectTimeout, boolean enableCookieManagement, boolean enableAutomaticBulkRequestSplitting, HostnameVerifier hostnameVerifier, ProxyHelper proxy, KeyStoreWrapper clientAuth, KeyStoreWrapper truststore, Map<String, String> httpHeaders, Map<String, String[]> httpMultiHeaders, BasicAuth basicAuth, ConfigManipulator configManipulator, boolean useLowerCaseInFilterComparators, Map<String, String> expectedHttpResponseHeaders, String tlsVersion, org.apache.http.impl.client.HttpClientBuilder httpClientBuilder) -
Uses of BasicAuth in de.captaingoldfish.scim.sdk.client.http
Methods in de.captaingoldfish.scim.sdk.client.http that return BasicAuth