소스 검색

Update Javadoc to include SSHA info.

Luke Taylor 19 년 전
부모
커밋
3f0f45706c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      core/src/main/java/org/acegisecurity/providers/ldap/authenticator/LdapShaPasswordEncoder.java

+ 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$