change: javadoc

This commit is contained in:
yadong.zhang 2021-10-22 10:48:51 +08:00
parent 0819ade1cc
commit 2d30b20e73

View File

@ -32,6 +32,10 @@ import com.fujieid.jap.ldap.template.LdapDefaultTemplate;
import com.fujieid.jap.ldap.template.LdapTemplate; import com.fujieid.jap.ldap.template.LdapTemplate;
/** /**
* The LDAP authentication strategy uses the LDAP protocol to authenticate users.
* The following cryptographic algorithms are supported:
* clear, k5key, md5, smd5, sha, ssha, sha512, sha256, ext_des, md5crypt, sha256crypt, sha512crypt and crypt
*
* @author yadong.zhang (yadong.zhang0415(a)gmail.com) * @author yadong.zhang (yadong.zhang0415(a)gmail.com)
* @version 1.0.0 * @version 1.0.0
* @since 1.0.6 * @since 1.0.6