- All Implemented Interfaces:
- net.sourceforge.guacamole.net.auth.Connection
public class DummyConnection
extends net.sourceforge.guacamole.net.auth.AbstractConnection
Basic Connection skeleton, providing a means of storing Connection data
prior to CRUD operations. This Connection has no functionality for actually
performing a connection operation, and does not promote any of the
semantics that would otherwise be present because of the authentication
provider. It is up to the authentication provider to create a new
Connection based on the information contained herein.
- Author:
- Michael Jumper