nu.zoom.ldap.eon.connection.password
Class UserPasswordConnection

java.lang.Object
  extended by nu.zoom.ldap.eon.connection.password.AnonymousConnection
      extended by nu.zoom.ldap.eon.connection.password.UserConnection
          extended by nu.zoom.ldap.eon.connection.password.UserPasswordConnection
All Implemented Interfaces:
Serializable, Connection, ConnectionInformation

public class UserPasswordConnection
extends UserConnection

Version:
$Revision: 1.4 $
Author:
$Author: johan $
See Also:
Serialized Form

Constructor Summary
UserPasswordConnection()
           
 
Method Summary
 InitialLdapContext getConnection()
           
 char[] getPassword()
           
 void setPassword(char[] password)
           
 
Methods inherited from class nu.zoom.ldap.eon.connection.password.UserConnection
getUsername, setMessages, setupEnvironment, setUsername, setWorkbench
 
Methods inherited from class nu.zoom.ldap.eon.connection.password.AnonymousConnection
getDescription, getGUID, getHost, getPort, getRootContext, setDescription, setGUID, setHost, setPort, setRootContext, setupEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPasswordConnection

public UserPasswordConnection()
Method Detail

getPassword

public char[] getPassword()
Returns:
Returns the password.

setPassword

public void setPassword(char[] password)
Parameters:
password - The password to set.

getConnection

public InitialLdapContext getConnection()
                                 throws BackendException
Specified by:
getConnection in interface Connection
Overrides:
getConnection in class UserConnection
Throws:
BackendException


Copyright © 2011. All Rights Reserved.