LdapTemplate

Java framework to simplify LDAP operations, based on the pattern of Spring's JdbcTemplate. Relieves the users of the burden of looking up and closing contexts, looping through NamingEnumerations, encoding/decoding values and filters, and more.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.ldaptemplate
ArtifactId

ArtifactId

ldaptemplate
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

LdapTemplate
Java framework to simplify LDAP operations, based on the pattern of Spring's JdbcTemplate. Relieves the users of the burden of looking up and closing contexts, looping through NamingEnumerations, encoding/decoding values and filters, and more.
Project URL

Project URL

http://sourceforge.net/projects/ldaptemplate/
Source Code Management

Source Code Management

http://ldaptemplate.cvs.sourceforge.net/ldaptemplate/

Download ldaptemplate

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.ldaptemplate/ldaptemplate/ -->
<dependency>
    <groupId>net.sf.ldaptemplate</groupId>
    <artifactId>ldaptemplate</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ldaptemplate/ldaptemplate/
implementation 'net.sf.ldaptemplate:ldaptemplate:1.0.2'
// https://jarcasting.com/artifacts/net.sf.ldaptemplate/ldaptemplate/
implementation ("net.sf.ldaptemplate:ldaptemplate:1.0.2")
'net.sf.ldaptemplate:ldaptemplate:jar:1.0.2'
<dependency org="net.sf.ldaptemplate" name="ldaptemplate" rev="1.0.2">
  <artifact name="ldaptemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ldaptemplate', module='ldaptemplate', version='1.0.2')
)
libraryDependencies += "net.sf.ldaptemplate" % "ldaptemplate" % "1.0.2"
[net.sf.ldaptemplate/ldaptemplate "1.0.2"]

Dependencies

compile (7)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.0.4
commons-lang : commons-lang jar 2.1
commons-collections : commons-collections jar 3.1
org.springframework : spring-beans jar 1.2.6
org.springframework : spring-core jar 1.2.6
org.springframework : spring-context jar 1.2.6
org.springframework : spring-dao jar 1.2.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0-rc2
1.0-rc1