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
Methods in de.captaingoldfish.scim.sdk.client that return KeyStoreWrapper Modifier and Type Method Description KeyStoreWrapperScimClientConfig. getClientAuth()the keystore that should be used for client authenticationKeyStoreWrapperScimClientConfig. getTruststore()the truststore to trust the serverMethods in de.captaingoldfish.scim.sdk.client with parameters of type KeyStoreWrapper Modifier and Type Method Description ScimClientConfig.ScimClientConfigBuilderScimClientConfig.ScimClientConfigBuilder. clientAuth(KeyStoreWrapper clientAuth)voidScimClientConfig. setClientAuth(KeyStoreWrapper clientAuth)the keystore that should be used for client authenticationvoidScimClientConfig. setTruststore(KeyStoreWrapper truststore)the truststore to trust the serverScimClientConfig.ScimClientConfigBuilderScimClientConfig.ScimClientConfigBuilder. truststore(KeyStoreWrapper truststore)Constructors in de.captaingoldfish.scim.sdk.client with parameters of type KeyStoreWrapper Constructor Description ScimClientConfig(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) -
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.
-