Uses of Interface
eTextReader.authentication.Authenticator

Packages that use Authenticator
eTextReader   
eTextReader.clientInterface   
 

Uses of Authenticator in eTextReader
 

Methods in eTextReader that return Authenticator
protected  Authenticator Browser.getAuthenticator()
          This method returns the authenticator which the Browser is configured to use.
 

Uses of Authenticator in eTextReader.clientInterface
 

Classes in eTextReader.clientInterface that implement Authenticator
 class DBAuthenticator
           This class is an Authenticator which stores a user's password in a database; the password is stored in encrypted form using the encryption provided by a StringCrypto object