Uses of Class
org.jafer.interfaces.Authenticate

Packages that use Authenticate
org.jafer.interfaces   
org.jafer.zserver   
org.jafer.zserver.authenticate   
 

Uses of Authenticate in org.jafer.interfaces
 

Methods in org.jafer.interfaces that return Authenticate
static Authenticate Authenticate.load(java.net.URL config)
           
 

Uses of Authenticate in org.jafer.zserver
 

Fields in org.jafer.zserver declared as Authenticate
private  Authenticate ZServer.authenticate
           
private  Authenticate Session.authenticate
           
 

Methods in org.jafer.zserver that return Authenticate
 Authenticate ZServer.getAuthenticate()
           
 

Methods in org.jafer.zserver with parameters of type Authenticate
 void ZServer.setAuthenticate(Authenticate authenticate)
           
 

Constructors in org.jafer.zserver with parameters of type Authenticate
Session(java.net.Socket socket, int timeout, DatabeanFactory databeanFactory, Authenticate authenticate)
           
 

Uses of Authenticate in org.jafer.zserver.authenticate
 

Subclasses of Authenticate in org.jafer.zserver.authenticate
 class BasicAuthenticate
          Provides basic authentication via org.jafer.zserver.operations.Init operation within a session.