]
Darran Lofthouse resolved ELY-662.
----------------------------------
Resolution: Out of Date
Mechanism and credential store interaction has been cleaned up.
Eliminate CredentialStore interaction from within SASL mechanisms.
------------------------------------------------------------------
Key: ELY-662
URL:
https://issues.jboss.org/browse/ELY-662
Project: WildFly Elytron
Issue Type: Enhancement
Components: Credential Store, SASL
Reporter: Darran Lofthouse
Assignee: Peter Skopek
Priority: Critical
Fix For: 1.1.0.Beta29
The conversion between callbacks and credential store should be handled centrally within
the callback handler and not within the mechanism.
This way all mechanisms can use the core integration including mechanisms that may not be
Elytron aware just using standard Java callbacks.