mdarifmustafa / vt-middleware

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

ldaptive: string based credential reader #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Existing credential reader implementations all accept a file path and perform 
file I/O.
It would be convenient for Spring wiring purposes if some credential material 
could be placed directly into configuration files.
X509 trust material is one example where pasting the certificate directly into 
XML alleviates the need for one more file dependency.

Original issue reported on code.google.com by dfis...@gmail.com on 1 Apr 2013 at 1:32

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 16 Apr 2013 at 8:48

GoogleCodeExporter commented 8 years ago
Added new factory method 
CredentialConfigFactory#createX509CredentialConfig(String).
Fixed in r2757.

Original comment by dfis...@gmail.com on 27 Jun 2013 at 6:59