]
David Lloyd reassigned ELY-895:
-------------------------------
Assignee: David Lloyd
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
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)