Registry / auth / spring-ldap-core-tiger

spring-ldap-core-tiger

JSON →
library2.4.4javamavenunverified

Spring LDAP provides a framework for simplifying LDAP operations in Java applications using Spring's familiar patterns.

<dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-core-tiger</artifactId> <version>2.4.4</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-LDAP-CORE-T
S
spring-ldap-core-tiger
authjavav2.4.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LdapTemplate
org.springframework.ldap.core.LdapTemplate

Configures an LdapTemplate for LDAP operations.

import org.springframework.ldap.core.LdapTemplate; import org.springframework.ldap.core.support.LdapContextSource; LdapContextSource contextSource = new LdapContextSource(); contextSource.setUrl("ldap://localhost:389"); contextSource.setBase("dc=example,dc=com"); contextSource.afterPropertiesSet(); LdapTemplate ldapTemplate = new LdapTemplate(contextSource);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources
spring-ldap-core-tiger — mvn dependency:get spring-ldap-core-tiger · libregistry