Uses of Class
de.captaingoldfish.scim.sdk.client.keys.KeyStoreWrapper
-
Packages that use KeyStoreWrapper Package Description de.captaingoldfish.scim.sdk.client de.captaingoldfish.scim.sdk.client.http -
-
Uses of KeyStoreWrapper in de.captaingoldfish.scim.sdk.client
Constructors in de.captaingoldfish.scim.sdk.client with parameters of type KeyStoreWrapper Constructor Description ScimClientConfig(Integer requestTimeout, Integer socketTimeout, Integer connectTimeout, HostnameVerifier hostnameVerifier, ProxyHelper proxy, KeyStoreWrapper clientAuth, KeyStoreWrapper truststore, Map<String,String> httpHeaders, Map<String,String[]> httpMultiHeaders, BasicAuth basicAuth, ConfigManipulator configManipulator) -
Uses of KeyStoreWrapper in de.captaingoldfish.scim.sdk.client.http
Methods in de.captaingoldfish.scim.sdk.client.http with parameters of type KeyStoreWrapper Modifier and Type Method Description static SSLContextSSLContextHelper. getSslContext(KeyStoreWrapper mutualClientAuthenticationKeystoreList, KeyStoreWrapper truststore)this method will build theSSLContextthat will be used to access the eid-webservice.
-