ramakrishnach04 / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: CredentialConfig for KeyStore/TrustStore Objects #156

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There are some cases where clients may want to inject key/trust material 
obtained from application-dependent facility into ldaptive via the 
CredentialConfig component. It would be helpful and trivial to implement a 
CredentialConfig that accepted KeyStore and/or TrustStore objects directly via 
constructor parameters or setters.

Original issue reported on code.google.com by marvin.addison@gmail.com on 22 May 2013 at 2:56

GoogleCodeExporter commented 8 years ago
Added a factory class to create a credential config of each supported type.
See r2729.

Please review and comment.

Original comment by dfis...@gmail.com on 4 Jun 2013 at 3:51