Uses of Interface
net.spy.aaa.Authable

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

Uses of Authable in net.spy.aaa
 

Classes in net.spy.aaa that implement Authable
 class AuthableImpl
          Simple implementation of an Authable.
 

Methods in net.spy.aaa with parameters of type Authable
 Token SpySecurityManager.authenticate(Authable a, String password)
          Attempt to authenticate an Authable with the given password.
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.