wojciech.kapcia@tigase.net opened 1 year ago
|
|||||||
I've improved javadoc, PR https://github.com/tigase/tigase-server/pull/210 |
|||||||
wojciech.kapcia@tigase.net batch edited 7 months ago
|
Type |
Task
|
Priority |
If you are bored
|
Assignee | |
Version |
tigase-server-8.4.0
|
Iterations
-
tigase-server-8.4.0 Closed
Issue Votes (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.