Răsfoiți Sursa

Update Javadoc to include SSHA info.

Luke Taylor 19 ani în urmă
părinte
comite
3f0f45706c

+ 3 - 2
core/src/main/java/org/acegisecurity/providers/ldap/authenticator/LdapShaPasswordEncoder.java

@@ -24,8 +24,9 @@ import org.springframework.util.Assert;
 import java.security.MessageDigest;
 
 /**
- * A version of {@link ShaPasswordEncoder} which usesBase-64 encoding
- * by default and always prepends the string "{SHA}" to the encoded hash.
+ * A version of {@link ShaPasswordEncoder} which supports Ldap SHA
+ * and SSHA (salted-SHA) encodings. The values are base-64 encoded
+ * and have the label "{SHA}" (or "{SSHA}") prepended to the encoded hash.
  *
  * @author Luke Taylor
  * @version $Id$