edu.vt.middleware.ldap
public interface BaseLdap
BaseLdap
provides a base interface for all ldap implementations.boolean connect() throws javax.naming.NamingException
boolean
- whether the connection was successfulljavax.naming.NamingException
- if the LDAP cannot be reachedboolean reconnect() throws javax.naming.NamingException
boolean
- whether the connection was successfulljavax.naming.NamingException
- if the LDAP cannot be reachedvoid close()
Copyright © 2014. All Rights Reserved.