public class ScimClientConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScimClientConfig.ScimClientConfigBuilder
override lombok builder
|
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_TIMEOUT
the default timeout value to use in seconds
|
| Constructor and Description |
|---|
ScimClientConfig(Integer requestTimeout,
Integer socketTimeout,
Integer connectTimeout,
HostnameVerifier hostnameVerifier,
ProxyHelper proxy,
KeyStoreWrapper clientAuth,
KeyStoreWrapper truststore,
Map<String,String> httpHeaders,
BasicAuth basicAuth,
ConfigManipulator configManipulator) |
protected static final int DEFAULT_TIMEOUT
public ScimClientConfig(Integer requestTimeout, Integer socketTimeout, Integer connectTimeout, HostnameVerifier hostnameVerifier, ProxyHelper proxy, KeyStoreWrapper clientAuth, KeyStoreWrapper truststore, Map<String,String> httpHeaders, BasicAuth basicAuth, ConfigManipulator configManipulator)
Copyright © 2020. All rights reserved.