瀏覽代碼

Added javadoc

Carlos Sanchez 19 年之前
父節點
當前提交
3487da0e85
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/src/main/java/org/acegisecurity/providers/encoding/PasswordEncoder.java

+ 2 - 2
core/src/main/java/org/acegisecurity/providers/encoding/PasswordEncoder.java

@@ -48,7 +48,7 @@ public interface PasswordEncoder {
      * @param salt optionally used by the implementation to "salt" the raw password before encoding. A
      *        <code>null</code> value is legal.
      *
-     * @return DOCUMENT ME!
+     * @return encoded password
      *
      * @throws DataAccessException DOCUMENT ME!
      */
@@ -67,7 +67,7 @@ public interface PasswordEncoder {
      * @param salt optionally used by the implementation to "salt" the raw password before encoding. A
      *        <code>null</code> value is legal.
      *
-     * @return DOCUMENT ME!
+     * @return true if the password is valid , false otherwise
      *
      * @throws DataAccessException DOCUMENT ME!
      */