Uses of Interface
massim.framework.connection.Authentication

Packages that use Authentication
massim.framework.connection   
 

Uses of Authentication in massim.framework.connection
 

Classes in massim.framework.connection that implement Authentication
 class UsernamePasswordAuthentication
          This class represents a username/password-style authentication.
 

Methods in massim.framework.connection that return Authentication
protected  Authentication UsernamePasswordSocketLoginManager.getAuthentication(java.net.Socket s)
           
protected abstract  Authentication AbstractSocketLoginManager.getAuthentication(java.net.Socket s)
          This method is called to receive a new Authentification implementing object for a connection.
 

Methods in massim.framework.connection with parameters of type Authentication
 boolean UsernamePasswordAccount.authenticate(Authentication a)
           
 boolean Account.authenticate(Authentication auth)
          The contract of this method is that it is supposed to check if the Authentication object auth is sufficient to log into the account represented by the implementing class.
 



Copyright © 2011. All Rights Reserved.