-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta
-
sparc
-
solaris_7
-
Verified
sean.mullan@ireland 2001-03-07
We should remove the set* methods from LDAPCertStoreParameters and
CollectionCertStoreParameters. They don't add much value and removing
them will make it easier to add new constructors to LDAPCertStoreParameters
in a future release that take an LdapContext (allowing a user greater
control over specific ldap parameters) w/o affecting backwards
compatibility (i.e.: calling setPort() is not appropriate if an LdapContext
has already been set in the constructor)
If we can't justify this change, at the least we should change the
set* methods to throw an exception, so that we can add new parameters
w/o affecting backwards compatibility.