Uses of Class
edu.washington.cs.pl_if.Credentials

Packages that use Credentials
edu.washington.cs.pl_if   
edu.washington.cs.pl_if.gui   
edu.washington.cs.pl_if.plc   
edu.washington.cs.pl_if.rpc.client   
edu.washington.cs.pl_if.rpc.server   
edu.washington.cs.pl_if.ssh   
 

Uses of Credentials in edu.washington.cs.pl_if
 

Methods in edu.washington.cs.pl_if with parameters of type Credentials
 boolean Credentials.authenticate(Credentials comp)
          Checks username and password
 boolean Credentials.authenticateClearTest(Credentials comp)
           
 boolean Credentials.authenticateMD5(Credentials comp)
           
 boolean Credentials.equals(Credentials comp)
           
 

Uses of Credentials in edu.washington.cs.pl_if.gui
 

Methods in edu.washington.cs.pl_if.gui with parameters of type Credentials
static GuiMain GuiMain.getInstance(Credentials cred, InetAddress server)
           
 

Uses of Credentials in edu.washington.cs.pl_if.plc
 

Constructors in edu.washington.cs.pl_if.plc with parameters of type Credentials
PLCentralCache(Credentials cred)
           
PLCentralController(Credentials cred)
           
 

Uses of Credentials in edu.washington.cs.pl_if.rpc.client
 

Methods in edu.washington.cs.pl_if.rpc.client with parameters of type Credentials
 void RpcClient.setCredentials(Credentials cred)
           
 void RpcClient.startClient(InetAddress server, Credentials cred)
           
 

Uses of Credentials in edu.washington.cs.pl_if.rpc.server
 

Methods in edu.washington.cs.pl_if.rpc.server with parameters of type Credentials
 boolean RpcServer.checkCredentials(Credentials cred)
           
 ConnectionController RpcServer.getController(Credentials cred)
           
 int RpcServer.shutdown(Credentials cred)
           
 void RpcServer.startController(Credentials cred)
           
 

Uses of Credentials in edu.washington.cs.pl_if.ssh
 

Methods in edu.washington.cs.pl_if.ssh that return Credentials
 Credentials ConnectionController.getCredentials()
          get the credentials used
 

Constructors in edu.washington.cs.pl_if.ssh with parameters of type Credentials
ConnectionController(Credentials cred)