]
Darran Lofthouse updated ELY-849:
---------------------------------
Fix Version/s: 1.1.0.CR3
(was: 1.1.0.CR2)
Rename setMechanismProperties to setSaslMechanismProperties
-----------------------------------------------------------
Key: ELY-849
URL:
https://issues.jboss.org/browse/ELY-849
Project: WildFly Elytron
Issue Type: Enhancement
Components: Authentication Client
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Blocker
Fix For: 1.1.0.CR3
If we later add HTTP mechanisms we have no way to differentiate between HTTP and SASL
mechanism properties.
We could probably share properties and rely on protocol matching in the MatchRule but as
a single AuthenticationConfiguration will support both HTTP and SASL I think independent
properties will be required.