| ... | ... | @@ -5,16 +5,16 @@ The EDLdap library is a Java based library which can be used to interact with th |
|
|
|
|
|
|
|
| Version | License | API Documentation |
|
|
|
|
| -------- | -------- | -------- |
|
|
|
|
| 3.1.0 | <a href="https://git.it.vt.edu/middleware/edldap/raw/master/LICENSE" >License</a> | <a href="https://git.it.vt.edu/middleware/edldap/wikis/javadocs/index.html" target="_blank">Javadocs</a> |
|
|
|
|
| 3.2.0 | <a href="https://git.it.vt.edu/middleware/edldap/raw/master/LICENSE" >License</a> | <a href="https://middleware.vt.edu/edldap/javadoc/index.html" target="_blank">Javadocs</a> |
|
|
|
|
|
|
|
|
### Download
|
|
|
|
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.1.0/edldap-3.1.0-dist.zip" >Zip Distribution</a>
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.1.0/edldap-3.1.0-dist.zip.asc" >Signature</a>
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.2.0/edldap-3.2.0-dist.zip" >Zip Distribution</a>
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.2.0/edldap-3.2.0-dist.zip.asc" >Signature</a>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.1.0/edldap-3.1.0-dist.tar.gz" >TGZ Distribution</a>
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.1.0/edldap-3.1.0-dist.tar.gz.asc" >Signature</a>
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.2.0/edldap-3.2.0-dist.tar.gz" >TGZ Distribution</a>
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.2.0/edldap-3.2.0-dist.tar.gz.asc" >Signature</a>
|
|
|
|
|
|
|
|
|
|
|
|
### Maven
|
| ... | ... | @@ -25,7 +25,7 @@ If you would like to use this project in your maven build, include the following |
|
|
|
<dependency>
|
|
|
|
<groupId>edu.vt.middleware</groupId>
|
|
|
|
<artifactId>edldap</artifactId>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
| ... | ... | @@ -38,10 +38,8 @@ If you would like to use this project in your maven build, include the following |
|
|
|
```
|
|
|
|
|
|
|
|
#### What's new?
|
|
|
|
* Support for latest stable Spring 4
|
|
|
|
* Support for latest stable Tomcat 8
|
|
|
|
* Support for latest stable Jetty 9
|
|
|
|
* Requires Java 8 (Performance increase)
|
|
|
|
* 2FA Support via Login Directory
|
|
|
|
* API Refactorization
|
|
|
|
|
|
|
|
#### Usage
|
|
|
|
|
| ... | ... | |
| ... | ... | |