Type |
Task
|
Priority |
If you are bored
|
Assignee | |
Version |
tigase-server-8.4.0
|
Iterations
-
tigase-server-8.4.0 Closed
Issue Votes (0)
Type |
Task
|
Priority |
If you are bored
|
Assignee | |
Version |
tigase-server-8.4.0
|
Currently javadoc (and method names as well, especially
getMechanism()
) for classtigase.auth.credentials.Credentials.Entry
are slightly confusing. As it turns outgetMechanism()
doesn't relate to SASL mechanism but rather mechanism name used to encode/decode credentials in the database.It would be good to explicitly explain that in the javadoc.
Possible future actions: considering removal of (most problematic)
MD5*CredentialsEntry
implementations (#issue #1359) possibly refactor interface/rename classes and methods to make it more explicit.