Uses of Class
de.captaingoldfish.scim.sdk.client.keys.KeyStoreWrapper
Packages that use KeyStoreWrapper
-
Uses of KeyStoreWrapper in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return KeyStoreWrapperModifier and TypeMethodDescriptionScimClientConfig.getClientAuth()the keystore that should be used for client authenticationScimClientConfig.getTruststore()the truststore to trust the serverMethods in de.captaingoldfish.scim.sdk.client with parameters of type KeyStoreWrapperModifier and TypeMethodDescriptionScimClientConfig.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.ScimClientConfigBuilder.truststore(KeyStoreWrapper truststore) Constructors in de.captaingoldfish.scim.sdk.client with parameters of type KeyStoreWrapperModifierConstructorDescriptionScimClientConfig(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) -
Uses of KeyStoreWrapper in de.captaingoldfish.scim.sdk.client.http
Methods in de.captaingoldfish.scim.sdk.client.http with parameters of type KeyStoreWrapperModifier and TypeMethodDescriptionstatic SSLContextSSLContextHelper.getSslContext(KeyStoreWrapper mutualClientAuthenticationKeystoreList, KeyStoreWrapper truststore, String tlsVersion) this method will build theSSLContextthat will be used to access the eid-webservice.