]
Darran Lofthouse commented on ELY-103:
--------------------------------------
IMO all password types should be non-sasl specific it is not inconceivable that these
could be used outside of SASL.
SCRAM password and Digest-MD5 password types live in different homes
--------------------------------------------------------------------
Key: ELY-103
URL:
https://issues.jboss.org/browse/ELY-103
Project: WildFly Elytron
Issue Type: Bug
Reporter: David Lloyd
The SASL DIGEST-MD5 password type is located in the sasl.password package, but the SASL
SCRAM password type is in the main password package. We need to pick one place or the
other for SASL password types.