Uses of Class
net.spy.aaa.AuthException

Packages that use AuthException
net.spy.aaa A Security Manager for use Within Applications 
 

Uses of AuthException in net.spy.aaa
 

Methods in net.spy.aaa that throw AuthException
 Token SpySecurityManager.authenticate(Authable a, String password)
          Attempt to authenticate an Authable with the given password.
 void SimpleAuthUser.checkPassword(String password)
          Check the hashed password against the stored password.
 void AuthUser.checkPassword(String password)
          Check a password for this user.
abstract  AuthUser Authenticator.getUser(Authable a)
          Lookup a user by Authable.
 Token Authenticator.authUser(Authable a, String password)
          Get a Token for Authenticating a user.