]
David Lloyd resolved ELY-895.
-----------------------------
Fix Version/s: 1.1.0.Beta22
Resolution: Done
AuthenticationConfiguration equals() and hashCode()
---------------------------------------------------
Key: ELY-895
URL:
https://issues.jboss.org/browse/ELY-895
Project: WildFly Elytron
Issue Type: Bug
Components: Authentication Client
Reporter: David Lloyd
Assignee: David Lloyd
Priority: Critical
Fix For: 1.1.0.Beta22
We need AuthenticationConfiguration to have an equals() and hashCode() contract.
Prerequisites to this are:
* Configurations must be commutative i.e. A+B == B+A
* Configurations must strictly eliminate similar items (we have a good start on this)