VNCj

gnu.rfb.server
Interface RFBAuthenticator

All Known Implementing Classes:
DefaultRFBAuthenticator

public interface RFBAuthenticator

To be implemented by RFB authentication models.


Method Summary
 boolean authenticate(RFBClient client)
           
 

Method Detail

authenticate

public boolean authenticate(RFBClient client)
                     throws IOException
IOException

VNCj