- ObjectDirectoryMapper - Interface in org.springframework.ldap.odm.core
-
The ObjectDirectoryMapper keeps track of managed class metadata and is used by
LdapTemplate
to map to/from entity objects annotated with the annotations specified in the
org.springframework.ldap.odm.annotations
package.
- ObjectRetrievalException - Exception in org.springframework.ldap.core
-
- ObjectRetrievalException(String) - Constructor for exception org.springframework.ldap.core.ObjectRetrievalException
-
Create a new ObjectRetrievalException.
- ObjectRetrievalException(String, Throwable) - Constructor for exception org.springframework.ldap.core.ObjectRetrievalException
-
Create a new ObjectRetrievalException.
- ObjectSchema - Class in org.springframework.ldap.odm.tools
-
Simple value class to hold the schema of an object class
- ObjectSchema() - Constructor for class org.springframework.ldap.odm.tools.ObjectSchema
-
- OdmException - Exception in org.springframework.ldap.odm.core
-
The root of the Spring LDAP ODM exception hierarchy.
- OdmException(String) - Constructor for exception org.springframework.ldap.odm.core.OdmException
-
- OdmException(String, Throwable) - Constructor for exception org.springframework.ldap.odm.core.OdmException
-
- OdmManager - Interface in org.springframework.ldap.odm.core
-
- OdmManagerImpl - Class in org.springframework.ldap.odm.core.impl
-
- OdmManagerImpl(ConverterManager, LdapOperations, Set<Class<?>>) - Constructor for class org.springframework.ldap.odm.core.impl.OdmManagerImpl
-
Deprecated.
- OdmManagerImpl(ConverterManager, ContextSource, Set<Class<?>>) - Constructor for class org.springframework.ldap.odm.core.impl.OdmManagerImpl
-
Deprecated.
- OdmManagerImpl(ConverterManager, ContextSource) - Constructor for class org.springframework.ldap.odm.core.impl.OdmManagerImpl
-
Deprecated.
- OdmManagerImplFactoryBean - Class in org.springframework.ldap.odm.core.impl
-
- OdmManagerImplFactoryBean() - Constructor for class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
-
Deprecated.
- open() - Method in class org.springframework.ldap.ldif.parser.LdifParser
-
- open() - Method in interface org.springframework.ldap.ldif.parser.Parser
-
Opens the resource: the resource must be opened prior to parsing.
- OperationNotSupportedException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI OperationNotSupportedException.
- OperationNotSupportedException(OperationNotSupportedException) - Constructor for exception org.springframework.ldap.OperationNotSupportedException
-
- options - Variable in class org.springframework.ldap.core.LdapAttribute
-
Holds the attributes options.
- or(Filter) - Method in class org.springframework.ldap.filter.OrFilter
-
Add a query to the OR expression
- or(String) - Method in interface org.springframework.ldap.query.ContainerCriteria
-
Append a logical Or condition to the currently built filter.
- or(ContainerCriteria) - Method in interface org.springframework.ldap.query.ContainerCriteria
-
Append an Or condition for a nested criterion.
- OrFilter - Class in org.springframework.ldap.filter
-
Filter for logical OR.
- OrFilter() - Constructor for class org.springframework.ldap.filter.OrFilter
-
- org.springframework - package org.springframework
-
- org.springframework.ldap - package org.springframework.ldap
-
Base package of Spring LDAP, containing an unchecked mirror of the JNDI NamingException hierarchy.
- org.springframework.ldap.authentication - package org.springframework.ldap.authentication
-
Support classes for custom authentication.
- org.springframework.ldap.config - package org.springframework.ldap.config
-
- org.springframework.ldap.control - package org.springframework.ldap.control
-
Support classes for custom request control context processors.
- org.springframework.ldap.core - package org.springframework.ldap.core
-
Core package of the JNDI/LDAP support.
- org.springframework.ldap.core.simple - package org.springframework.ldap.core.simple
-
Simplification layer over LdapTemplate for Java 5 and above.
- org.springframework.ldap.core.support - package org.springframework.ldap.core.support
-
Support classes for the core Spring LDAP package.
- org.springframework.ldap.filter - package org.springframework.ldap.filter
-
Utility classes for dynamically building LDAP
filters.
- org.springframework.ldap.ldif - package org.springframework.ldap.ldif
-
The base package for Spring LDAPs LDIF parser implementation.
- org.springframework.ldap.ldif.batch - package org.springframework.ldap.ldif.batch
-
This package contains the classes required for using the LdifParser with the Spring Batch framework.
- org.springframework.ldap.ldif.parser - package org.springframework.ldap.ldif.parser
-
This package contains the parser classes and interfaces.
- org.springframework.ldap.ldif.support - package org.springframework.ldap.ldif.support
-
Provides the necessary auxiliary classes utilized by the LDIFParser.
- org.springframework.ldap.odm.annotations - package org.springframework.ldap.odm.annotations
-
Provides a set of annotations to describe the mapping of a Java class to an LDAP entry.
- org.springframework.ldap.odm.core - package org.springframework.ldap.odm.core
-
Provides an OdmManager interface for interaction with an LDAP directory.
- org.springframework.ldap.odm.core.impl - package org.springframework.ldap.odm.core.impl
-
Provides a single public class which implements
OdmManager.
- org.springframework.ldap.odm.tools - package org.springframework.ldap.odm.tools
-
Provides a tool to create a Java class representation of a set of LDAP object classes
and a simple tool to view LDAP schema.
- org.springframework.ldap.odm.typeconversion - package org.springframework.ldap.odm.typeconversion
-
Provides an interface to be implemented to create a type conversion framework.
- org.springframework.ldap.odm.typeconversion.impl - package org.springframework.ldap.odm.typeconversion.impl
-
- org.springframework.ldap.odm.typeconversion.impl.converters - package org.springframework.ldap.odm.typeconversion.impl.converters
-
Provides some basic implementations of the
Converter
interface.
- org.springframework.ldap.pool - package org.springframework.ldap.pool
-
Base classes for the pooling library.
- org.springframework.ldap.pool.factory - package org.springframework.ldap.pool.factory
-
Core classes for the pooling library.
- org.springframework.ldap.pool.validation - package org.springframework.ldap.pool.validation
-
Connection validation support for the pooling library.
- org.springframework.ldap.pool2 - package org.springframework.ldap.pool2
-
Base classes for the pooling library based on commons-pool2 library.
- org.springframework.ldap.pool2.factory - package org.springframework.ldap.pool2.factory
-
Core classes for the pooling library based on commons-pool2 library.
- org.springframework.ldap.pool2.validation - package org.springframework.ldap.pool2.validation
-
Connection validation support for the pooling library.
- org.springframework.ldap.query - package org.springframework.ldap.query
-
- org.springframework.ldap.schema - package org.springframework.ldap.schema
-
This package is aimed at providing a mechanism to implement LDAP schemas.
- org.springframework.ldap.support - package org.springframework.ldap.support
-
Support classes for Spring-LDAP.
- org.springframework.ldap.test - package org.springframework.ldap.test
-
Utilities to simplify integration testing against LDAP targets.
- org.springframework.ldap.test.unboundid - package org.springframework.ldap.test.unboundid
-
- org.springframework.ldap.transaction.compensating - package org.springframework.ldap.transaction.compensating
-
LDAP specific implementations of the Compensating Transaction interfaces.
- org.springframework.ldap.transaction.compensating.manager - package org.springframework.ldap.transaction.compensating.manager
-
The core implementation classes for client-side LDAP transactions.
- org.springframework.ldap.transaction.compensating.support - package org.springframework.ldap.transaction.compensating.support
-
Useful helper implementations for client side Compensating LDAP Transactions.
- org.springframework.transaction.compensating - package org.springframework.transaction.compensating
-
Interface definitions for a general Compensating Transaction framework
based on PlatformTransactionManager.
- org.springframework.transaction.compensating.support - package org.springframework.transaction.compensating.support
-
Support package for general Compensating Transaction Framework.