java-tutorials/core-java-modules/core-java-jndi/src
Ulisses Lima 7ad433dcb6 [BAEL-4806] - How to test an LDAP connection from a client: code (#11664)
* working code

* added unit test

* [BAEL-4806] - How to test an LDAP connection from a client

Ticket: http://jira.baeldung.com/browse/BAEL-4806
Draft: https://drafts.baeldung.com/wp-admin/post.php?post=125004&action=edit

* removing draft project

* applying requested changes

* 1. renaming package to comply with java conventions;
* 2. breaking class into methods to enhance readability;
* 3. creating an 'execute' method so it's not necessary to call 'main';

* requested changes

* 1. adding final keyword to constants;
* 2. using diamond operator;

* Update LdapConnectionToolManualTest.java
2022-01-22 19:59:45 +01:00
..
main/java/com/baeldung/jndi/ldap/connection/tool [BAEL-4806] - How to test an LDAP connection from a client: code (#11664) 2022-01-22 19:59:45 +01:00
test [BAEL-4806] - How to test an LDAP connection from a client: code (#11664) 2022-01-22 19:59:45 +01:00