mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Improve JavaDocs.
This commit is contained in:
parent
a9569a2f60
commit
b485c40175
@ -35,7 +35,10 @@ public interface AuthByAdapter extends Authentication {
|
||||
//~ 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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user