public interface BaseLdap
BaseLdap provides a base interface for all ldap implementations.boolean connect()
throws NamingException
boolean - whether the connection was successfullNamingException - if the LDAP cannot be reachedboolean reconnect()
throws NamingException
boolean - whether the connection was successfullNamingException - if the LDAP cannot be reachedvoid close()
Copyright © 2014. All rights reserved.