Uses of Interface
nu.zoom.ldap.eon.connection.ConnectionInformation

Packages that use ConnectionInformation
nu.zoom.ldap.eon.connection   
nu.zoom.ldap.eon.connection.password   
nu.zoom.ldap.eon.desktop   
nu.zoom.ldap.eon.directory.attributes   
nu.zoom.ldap.eon.directory.tree   
 

Uses of ConnectionInformation in nu.zoom.ldap.eon.connection
 

Subinterfaces of ConnectionInformation in nu.zoom.ldap.eon.connection
 interface Connection
           
 interface EditableConnection
           
 

Uses of ConnectionInformation in nu.zoom.ldap.eon.connection.password
 

Classes in nu.zoom.ldap.eon.connection.password that implement ConnectionInformation
 class AnonymousConnection
           
 class UserConnection
           
 class UserPasswordConnection
           
 

Uses of ConnectionInformation in nu.zoom.ldap.eon.desktop
 

Methods in nu.zoom.ldap.eon.desktop with parameters of type ConnectionInformation
 JComponent ComponentFactoryImpl.getAllAttributesComponent(InitialLdapContext iCtx, ConnectionInformation connectionInformation)
           
 JComponent ComponentFactory.getAllAttributesComponent(InitialLdapContext iCtx, ConnectionInformation connectionInformation)
           
 void ComponentFactoryImpl.showNewConnection(InitialLdapContext iCtx, ConnectionInformation connectionInformation)
           
 void ComponentFactory.showNewConnection(InitialLdapContext iCtx, ConnectionInformation connectionInformation)
          Displays the 'start' component when a new connection is made.
 

Uses of ConnectionInformation in nu.zoom.ldap.eon.directory.attributes
 

Methods in nu.zoom.ldap.eon.directory.attributes with parameters of type ConnectionInformation
 void AttributeEditor.create(ConnectionInformation connectionInformation, InitialLdapContext iCtx, Name name, String newAttributeID)
          The editor should become visible and let the user add a new attribute with value(s).
 void StringEditor.create(ConnectionInformation connectionInformation, InitialLdapContext iCtx, Name name, String newAttributeID)
           
 void AttributeEditor.edit(ConnectionInformation connectionInformation, InitialLdapContext iCtx, Name name, Attribute attribute)
          The editor should should become visible and let the user edit the attribute value(s).
 void StringEditor.edit(ConnectionInformation connectionInformation, InitialLdapContext iCtx, Name name, Attribute attribute)
           
 

Constructors in nu.zoom.ldap.eon.directory.attributes with parameters of type ConnectionInformation
AllAttributesComponent(Workbench workbench, org.ops4j.gaderian.Messages messages, AttributeEditorFactory editorFactory, InitialLdapContext iCtx, ConnectionInformation connectionInformation)
           
 

Uses of ConnectionInformation in nu.zoom.ldap.eon.directory.tree
 

Methods in nu.zoom.ldap.eon.directory.tree that return ConnectionInformation
 ConnectionInformation DirectoryTree.getConnectionInformation()
          Describes the current connection so users know which tree this is.
 ConnectionInformation DirectoryTreeObject.getConnectionInformation()
          Get information about the connection this object uses.
 

Constructors in nu.zoom.ldap.eon.directory.tree with parameters of type ConnectionInformation
DirectoryTree(OperationManager manager, Workbench workbench, org.ops4j.gaderian.Messages messages, InitialLdapContext iCtx, ConnectionInformation connectionDescription, List<DirectoryTreePopUpItem> popupItems)
           
 



Copyright © 2011. All Rights Reserved.