All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download spring-ldap JAR 1.2.1 with all dependencies


Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate. The framework relieves the user of common chores, such as looking up and closing contexts, looping through results, encoding/decoding values and filters, and more. The LdapTemplate class encapsulates all the plumbing work involved in traditional LDAP programming, such as creating a DirContext, looping through NamingEnumerations, handling exceptions and cleaning up resources. This leaves the programmer to handle the important stuff - where to find data (DNs and Filters) and what do do with it (map to and from domain objects, bind, modify, unbind, etc.), in the same way that JdbcTemplate relieves the programmer of all but the actual SQL and how the data maps to the domain model. In addition to this, Spring LDAP provides transaction support, a pooling library, exception translation from NamingExceptions to a mirrored unchecked Exception hierarchy, as well as several utilities for working with filters, LDAP paths and Attributes.

Files of the artifact spring-ldap version 1.2.1 from the group org.springframework.ldap.

Test

Download spring-ldap (1.2.1)
Artifact spring-ldap
Group org.springframework.ldap
Version 1.2.1
Last update 10. December 2007
Organization The Spring LDAP Framework
URL http://springframework.org/ldap
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies spring-core,
There are maybe transitive dependencies!
There is a newer version: 1.3.1.RELEASE
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of spring-ldap

Please rate this JAR file. Is it a good library?

6 downloads

Source code of spring-ldap version 1.2.1

META-INF
META-INF.META-INF.MANIFEST.MF
org.springframework.ldap
org.springframework.ldap.org.springframework.ldap.AttributeInUseException
org.springframework.ldap.org.springframework.ldap.AttributeModificationException
org.springframework.ldap.org.springframework.ldap.AuthenticationException
org.springframework.ldap.org.springframework.ldap.AuthenticationNotSupportedException
org.springframework.ldap.org.springframework.ldap.BadLdapGrammarException
org.springframework.ldap.org.springframework.ldap.CannotProceedException
org.springframework.ldap.org.springframework.ldap.CommunicationException
org.springframework.ldap.org.springframework.ldap.ConfigurationException
org.springframework.ldap.org.springframework.ldap.ContextNotEmptyException
org.springframework.ldap.org.springframework.ldap.InsufficientResourcesException
org.springframework.ldap.org.springframework.ldap.InterruptedNamingException
org.springframework.ldap.org.springframework.ldap.InvalidAttributeIdentifierException
org.springframework.ldap.org.springframework.ldap.InvalidAttributeValueException
org.springframework.ldap.org.springframework.ldap.InvalidAttributesException
org.springframework.ldap.org.springframework.ldap.InvalidNameException
org.springframework.ldap.org.springframework.ldap.InvalidSearchControlsException
org.springframework.ldap.org.springframework.ldap.InvalidSearchFilterException
org.springframework.ldap.org.springframework.ldap.LdapReferralException
org.springframework.ldap.org.springframework.ldap.LimitExceededException
org.springframework.ldap.org.springframework.ldap.LinkException
org.springframework.ldap.org.springframework.ldap.LinkLoopException
org.springframework.ldap.org.springframework.ldap.MalformedLinkException
org.springframework.ldap.org.springframework.ldap.NameAlreadyBoundException
org.springframework.ldap.org.springframework.ldap.NameNotFoundException
org.springframework.ldap.org.springframework.ldap.NamingException
org.springframework.ldap.org.springframework.ldap.NamingSecurityException
org.springframework.ldap.org.springframework.ldap.NoInitialContextException
org.springframework.ldap.org.springframework.ldap.NoPermissionException
org.springframework.ldap.org.springframework.ldap.NoSuchAttributeException
org.springframework.ldap.org.springframework.ldap.NotContextException
org.springframework.ldap.org.springframework.ldap.OperationNotSupportedException
org.springframework.ldap.org.springframework.ldap.PartialResultException
org.springframework.ldap.org.springframework.ldap.ReferralException
org.springframework.ldap.org.springframework.ldap.SchemaViolationException
org.springframework.ldap.org.springframework.ldap.ServiceUnavailableException
org.springframework.ldap.org.springframework.ldap.SizeLimitExceededException
org.springframework.ldap.org.springframework.ldap.TimeLimitExceededException
org.springframework.ldap.org.springframework.ldap.UncategorizedLdapException
org.springframework.ldap.authentication
org.springframework.ldap.authentication.org.springframework.ldap.authentication.AcegiAuthenticationSource
org.springframework.ldap.authentication.org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
org.springframework.ldap.authentication.org.springframework.ldap.authentication.package.html
org.springframework.ldap.control
org.springframework.ldap.control.org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
org.springframework.ldap.control.org.springframework.ldap.control.CreateControlFailedException
org.springframework.ldap.control.org.springframework.ldap.control.PagedResult
org.springframework.ldap.control.org.springframework.ldap.control.PagedResultsCookie
org.springframework.ldap.control.org.springframework.ldap.control.PagedResultsRequestControl
org.springframework.ldap.control.org.springframework.ldap.control.SortControlDirContextProcessor
org.springframework.ldap.control.org.springframework.ldap.control.package.html
org.springframework.ldap.core
org.springframework.ldap.core.org.springframework.ldap.core.AttributeModificationsAware
org.springframework.ldap.core.org.springframework.ldap.core.AttributesMapper
org.springframework.ldap.core.org.springframework.ldap.core.AttributesMapperCallbackHandler
org.springframework.ldap.core.org.springframework.ldap.core.AuthenticationSource
org.springframework.ldap.core.org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
org.springframework.ldap.core.org.springframework.ldap.core.ContextAssembler
org.springframework.ldap.core.org.springframework.ldap.core.ContextExecutor
org.springframework.ldap.core.org.springframework.ldap.core.ContextMapper
org.springframework.ldap.core.org.springframework.ldap.core.ContextMapperCallbackHandler
org.springframework.ldap.core.org.springframework.ldap.core.ContextSource
org.springframework.ldap.core.org.springframework.ldap.core.DefaultDnParserFactory
org.springframework.ldap.core.org.springframework.ldap.core.DefaultNameClassPairMapper
org.springframework.ldap.core.org.springframework.ldap.core.DirContextAdapter
org.springframework.ldap.core.org.springframework.ldap.core.DirContextOperations
org.springframework.ldap.core.org.springframework.ldap.core.DirContextProcessor
org.springframework.ldap.core.org.springframework.ldap.core.DirContextProxy
org.springframework.ldap.core.org.springframework.ldap.core.DistinguishedName
org.springframework.ldap.core.org.springframework.ldap.core.DistinguishedNameEditor
org.springframework.ldap.core.org.springframework.ldap.core.DnParser
org.springframework.ldap.core.org.springframework.ldap.core.DnParserImpl
org.springframework.ldap.core.org.springframework.ldap.core.DnParserImplConstants
org.springframework.ldap.core.org.springframework.ldap.core.DnParserImplTokenManager
org.springframework.ldap.core.org.springframework.ldap.core.LdapEncoder
org.springframework.ldap.core.org.springframework.ldap.core.LdapOperations
org.springframework.ldap.core.org.springframework.ldap.core.LdapRdn
org.springframework.ldap.core.org.springframework.ldap.core.LdapRdnComponent
org.springframework.ldap.core.org.springframework.ldap.core.LdapTemplate
org.springframework.ldap.core.org.springframework.ldap.core.NameClassPairCallbackHandler
org.springframework.ldap.core.org.springframework.ldap.core.NameClassPairMapper
org.springframework.ldap.core.org.springframework.ldap.core.ObjectRetrievalException
org.springframework.ldap.core.org.springframework.ldap.core.ParseException
org.springframework.ldap.core.org.springframework.ldap.core.SearchExecutor
org.springframework.ldap.core.org.springframework.ldap.core.SimpleCharStream
org.springframework.ldap.core.org.springframework.ldap.core.Token
org.springframework.ldap.core.org.springframework.ldap.core.TokenMgrError
org.springframework.ldap.core.org.springframework.ldap.core.package.html
org.springframework.ldap.core.support
org.springframework.ldap.core.support.org.springframework.ldap.core.support.AbstractContextMapper
org.springframework.ldap.core.support.org.springframework.ldap.core.support.AbstractContextSource
org.springframework.ldap.core.support.org.springframework.ldap.core.support.AggregateDirContextProcessor
org.springframework.ldap.core.support.org.springframework.ldap.core.support.BaseLdapPathAware
org.springframework.ldap.core.support.org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
org.springframework.ldap.core.support.org.springframework.ldap.core.support.BaseLdapPathContextSource
org.springframework.ldap.core.support.org.springframework.ldap.core.support.BaseLdapPathSource
org.springframework.ldap.core.support.org.springframework.ldap.core.support.CountNameClassPairCallbackHandler
org.springframework.ldap.core.support.org.springframework.ldap.core.support.DefaultDirObjectFactory
org.springframework.ldap.core.support.org.springframework.ldap.core.support.DirContextSource
org.springframework.ldap.core.support.org.springframework.ldap.core.support.LdapContextSource
org.springframework.ldap.core.support.org.springframework.ldap.core.support.package.html
org.springframework.ldap.filter
org.springframework.ldap.filter.org.springframework.ldap.filter.AbstractFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.AndFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.BinaryLogicalFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.CompareFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.EqualsFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.Filter
org.springframework.ldap.filter.org.springframework.ldap.filter.GreaterThanOrEqualsFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.LessThanOrEqualsFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.LikeFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.NotFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.OrFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.WhitespaceWildcardsFilter
org.springframework.ldap.filter.org.springframework.ldap.filter.package.html
org.springframework.ldap
org.springframework.ldap.org.springframework.ldap.package.html
org.springframework.ldap.pool
org.springframework.ldap.pool.org.springframework.ldap.pool.DelegatingContext
org.springframework.ldap.pool.org.springframework.ldap.pool.DelegatingDirContext
org.springframework.ldap.pool.org.springframework.ldap.pool.DelegatingLdapContext
org.springframework.ldap.pool.org.springframework.ldap.pool.DirContextType
org.springframework.ldap.pool.factory
org.springframework.ldap.pool.factory.org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory
org.springframework.ldap.pool.factory.org.springframework.ldap.pool.factory.PoolingContextSource
org.springframework.ldap.pool.factory.org.springframework.ldap.pool.factory.package.html
org.springframework.ldap.pool
org.springframework.ldap.pool.org.springframework.ldap.pool.package.html
org.springframework.ldap.pool.validation
org.springframework.ldap.pool.validation.org.springframework.ldap.pool.validation.DefaultDirContextValidator
org.springframework.ldap.pool.validation.org.springframework.ldap.pool.validation.DirContextValidator
org.springframework.ldap.pool.validation.org.springframework.ldap.pool.validation.package.html
org.springframework.ldap.support
org.springframework.ldap.support.org.springframework.ldap.support.LdapUtils
org.springframework.ldap.support.org.springframework.ldap.support.ListComparator
org.springframework.ldap.support.org.springframework.ldap.support.package.html
org.springframework.ldap.transaction.compensating
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.BindOperationExecutor
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.BindOperationRecorder
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.LdapTransactionUtils
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.ModifyAttributesOperationRecorder
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.NullOperationExecutor
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.NullOperationRecorder
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.RebindOperationExecutor
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.RebindOperationRecorder
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.RenameOperationExecutor
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.RenameOperationRecorder
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.UnbindOperationExecutor
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.UnbindOperationRecorder
org.springframework.ldap.transaction.compensating.manager
org.springframework.ldap.transaction.compensating.manager.org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
org.springframework.ldap.transaction.compensating.manager.org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
org.springframework.ldap.transaction.compensating.manager.org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
org.springframework.ldap.transaction.compensating.manager.org.springframework.ldap.transaction.compensating.manager.DirContextHolder
org.springframework.ldap.transaction.compensating.manager.org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
org.springframework.ldap.transaction.compensating.manager.org.springframework.ldap.transaction.compensating.manager.TransactionAwareDirContextInvocationHandler
org.springframework.ldap.transaction.compensating.manager.org.springframework.ldap.transaction.compensating.manager.package.html
org.springframework.ldap.transaction.compensating
org.springframework.ldap.transaction.compensating.org.springframework.ldap.transaction.compensating.package.html
org.springframework.ldap.transaction.compensating.support
org.springframework.ldap.transaction.compensating.support.org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
org.springframework.ldap.transaction.compensating.support.org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
org.springframework.ldap.transaction.compensating.support.org.springframework.ldap.transaction.compensating.support.package.html
org.springframework.transaction.compensating
org.springframework.transaction.compensating.org.springframework.transaction.compensating.CompensatingTransactionOperationExecutor
org.springframework.transaction.compensating.org.springframework.transaction.compensating.CompensatingTransactionOperationFactory
org.springframework.transaction.compensating.org.springframework.transaction.compensating.CompensatingTransactionOperationManager
org.springframework.transaction.compensating.org.springframework.transaction.compensating.CompensatingTransactionOperationRecorder
org.springframework.transaction.compensating.org.springframework.transaction.compensating.package.html
org.springframework.transaction.compensating.support
org.springframework.transaction.compensating.support.org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
org.springframework.transaction.compensating.support.org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
org.springframework.transaction.compensating.support.org.springframework.transaction.compensating.support.CompensatingTransactionObject
org.springframework.transaction.compensating.support.org.springframework.transaction.compensating.support.CompensatingTransactionUtils
org.springframework.transaction.compensating.support.org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
org.springframework.transaction.compensating.support.org.springframework.transaction.compensating.support.package.html
.overview.html




© 2015 - 2025 Weber Informatics LLC | Privacy Policy