nu.zoom.ldap.eon.connection
Interface ConnectionInformation

All Known Subinterfaces:
Connection, EditableConnection
All Known Implementing Classes:
AnonymousConnection, UserConnection, UserPasswordConnection

public interface ConnectionInformation

Version:
$Revision: 1.1 $
Author:
$Author: johan $

Method Summary
 String getDescription()
          Get a description of the connection.
 ConnectionGUID getGUID()
          The unique ID for this connection.
 

Method Detail

getGUID

ConnectionGUID getGUID()
The unique ID for this connection. The ID is used by EON to refer to different connections.

Returns:
The id

getDescription

String getDescription()
Get a description of the connection. This is used to let the user know which connection this is. It should preferrably contain information that lets the user know which host and by which identity the connection is made.

Returns:
A human readable description of the connection instance.


Copyright © 2011. All Rights Reserved.