} catch (GeneralSecurityException e) {
throw ObjectHelper.wrapRuntimeCamelException(e);
} catch (IOException e) {
throw ObjectHelper.wrapRuntimeCamelException(e);
}
return new LinkedInOAuthRequestFilter(getOAuthParams(configuration),
configuration.getHttpParams(), configuration.isLazyAuth(), enabledProtocols);
}