|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseLdap
BaseLdap provides a base interface for all ldap implementations.
| Method Summary | |
|---|---|
void |
close()
This will close the connection to the LDAP. |
boolean |
connect()
This will establish a connection to the ldap. |
boolean |
reconnect()
This will close the connection to the LDAP and establish a new connection. |
| Method Detail |
|---|
boolean connect()
throws NamingException
boolean - whether the connection was successfull
NamingException - if the LDAP cannot be reached
boolean reconnect()
throws NamingException
boolean - whether the connection was successfull
NamingException - if the LDAP cannot be reachedvoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||