net.spy.aaa
Interface AuthUser

All Known Implementing Classes:
SimpleAuthUser

public interface AuthUser

A user capable of checking its own password. Used internally by the Authenticator.


Method Summary
 void checkPassword(String password)
          Check a password for this user.
 

Method Detail

checkPassword

public void checkPassword(String password)
                   throws AuthException
Check a password for this user.

Throws:
AuthException