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

Packages that use ConnectionEditor
nu.zoom.ldap.eon.connection   
nu.zoom.ldap.eon.connection.password   
 

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

Methods in nu.zoom.ldap.eon.connection that return ConnectionEditor
abstract  ConnectionEditor AbstractConnectionFactory.getEditor()
          Subclasses should provide an editor for the type of connection it handles.
 ConnectionEditor ConnectionFactory.getEditor()
          The factory should provide an editor for the type of connections the factory handles.
 

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

Classes in nu.zoom.ldap.eon.connection.password that implement ConnectionEditor
 class PasswordConnectionEditor
          Editor for LDAP (not SSL) connections that have username/password for subject and credentials.
 

Methods in nu.zoom.ldap.eon.connection.password that return ConnectionEditor
 ConnectionEditor PasswordConnectionFactory.getEditor()
           
 



Copyright © 2011. All Rights Reserved.