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

Provide replacement for BasicMethodConstraints that doesn't require class downloads #75

Closed pfirmstone closed 5 years ago

pfirmstone commented 5 years ago

BasicMethodConstraints uses classes for matching method constraint signatures, the problem with this approach is it may require codebase downloads.

pfirmstone commented 5 years ago

StringMethodConstraints replaces BasicMethodConstraints, which has been deprecated and addresses the issue of codebase downloads that can occur during the application of method constraints.

This reduces complexity, where a client is in the process of authenticating a service and applying constraints and would otherwise require additional codebase downloads.