瀏覽代碼

Improve JavaDocs.

Ben Alex 21 年之前
父節點
當前提交
b485c40175
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      core/src/main/java/org/acegisecurity/adapters/AuthByAdapter.java

+ 4 - 1
core/src/main/java/org/acegisecurity/adapters/AuthByAdapter.java

@@ -35,7 +35,10 @@ public interface AuthByAdapter extends Authentication {
     //~ Methods ================================================================
     //~ Methods ================================================================
 
 
     /**
     /**
-     * DOCUMENT ME!
+     * Returns the hash code of the key that was passed to the constructor of
+     * the <code>AuthByAdapter</code> implementation. The implementation
+     * should convert the value to a hash code at construction time, rather
+     * than storing the key itself.
      *
      *
      * @return the hash code of the key used when the object was created.
      * @return the hash code of the key used when the object was created.
      */
      */