pfirmstone / JGDMS

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks
https://pfirmstone.github.io/JGDMS/
Apache License 2.0
14 stars 4 forks source link

Remove ProxyTrust API. #159

Open pfirmstone opened 1 year ago

pfirmstone commented 1 year ago

Is your feature request related to a problem? Please describe. ProxyTrust has been deprecated for some time, this API adds a lot of complexity, the original implementation made the assumption that Java Serialization was secure, so would validate the deserialized state of a proxy, after it had been deserialized.

Describe the solution you'd like Removal of ProxyTrust API's

Describe alternatives you've considered Retention for backward compatibility. JGDMS is already a significantly complex platform, the ProxyTrust API's add a significant level of complexity, having it around only causes confusion for new users, this api provides no security benefit. We could move it to the Jini compatibility library and remove any dependencies, make all methods no-op's, just have it around for runtime compatibility.