| От | Oliver Jowett |
|---|---|
| Тема | Re: A solution to the SSL customizing problem |
| Дата | |
| Msg-id | 416DCBCB.5010908@opencloud.com обсуждение исходный текст |
| Ответ на | Re: A solution to the SSL customizing problem (Ulrich Meis <kenobi@halifax.rwth-aachen.de>) |
| Ответы |
Re: A solution to the SSL customizing problem
|
| Список | pgsql-jdbc |
Ulrich Meis wrote:
> 3. a new abstract class
>
> abstract PGSSLHandler extends SSLSocketFactory {
>
> public void setPGURL(String url_no_parameters);
> public void setPGargs(String args);
>
> }
You don't need this class. Just require that the named factory class
implements SSLSocketFactory and has a ctor that takes two Strings.
Otherwise it looks fine. I wouldn't worry about the DataSource piece for
the moment.. if you have the ability to pass args to the constructed
class via a URL or properties file it is less of an issue.
-O
В списке pgsql-jdbc по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера