JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Agent and resolver settings are not configurable. #183

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Although the agent, resolvers, and other components in the Java RI are 
overidable and injectable, there is not currently way to fine tune settings 
without writing new code.

This enhancement will allow deployers to configure settings in RI components 
using JVM arguments are through a properties allowing finer grain configuration 
without writing new code.

The minimum initial set of components will include:

DNS resolver  
WS resolver
LDAP resolver
CRL caching
Cryptogropy algorithms

Original issue reported on code.google.com by gm2...@cerner.com on 3 Apr 2012 at 2:39

GoogleCodeExporter commented 8 years ago
Functionality added and tested in unit tests.

Original comment by gm2...@cerner.com on 17 Apr 2012 at 5:13

GoogleCodeExporter commented 8 years ago

Original comment by gm2...@cerner.com on 20 Nov 2012 at 3:36