| Summary: | Allow non-default trust certificates configuration in security descriptors | ||
|---|---|---|---|
| Product: | Java WS Security | Reporter: | Rachana Ananthakrishnan <ranantha@mcs.anl.gov> |
| Component: | Authentication | Assignee: | Rachana Ananthakrishnan <ranantha@mcs.anl.gov> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | gawor@mcs.anl.gov, lane@mcs.anl.gov, meder@mcs.anl.gov, slang@mcs.anl.gov |
| Priority: | P3 | ||
| Version: | development | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
Added feature to allow configuration of trusted certificates. On server side it
needs to be set at container level in container security descriptor:
<trustedCertificates value="path to trusted certificates"/>
On the client a property can be set on Stub:
TrustedCertificates trustedCerts =
TrustedCertificates.load("path to trusted certificates");
(Stub)port).setProperty(Constants.TRUSTED_CERTIFICATES, trustedCerts)