- LDAP_OID - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- LDAP_TEMPLATE - Static variable in class org.springframework.ldap.config.Elements
-
- LdapAttribute - Class in org.springframework.ldap.core
-
Extends
BasicAttribute
to add support for
options as defined in RFC2849.
- LdapAttribute(String) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an unordered attribute with the specified ID.
- LdapAttribute(String, Object) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an unordered attribute with the specified ID and value.
- LdapAttribute(String, Object, Collection<String>) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an unordered attribute with the specified ID, value, and options.
- LdapAttribute(String, boolean) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an attribute with the specified ID whose values may be ordered.
- LdapAttribute(String, Collection<String>, boolean) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an attribute with the specified ID and options whose values may be ordered.
- LdapAttribute(String, Object, boolean) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an attribute with the specified ID and value whose values may be ordered.
- LdapAttribute(String, Object, Collection<String>, boolean) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an attribute with the specified ID, value, and options whose values may be ordered.
- LdapAttributes - Class in org.springframework.ldap.core
-
- LdapAttributes() - Constructor for class org.springframework.ldap.core.LdapAttributes
-
Default constructor.
- LdapAttributes(boolean) - Constructor for class org.springframework.ldap.core.LdapAttributes
-
Constructor for specifying whether or not the object is case sensitive.
- LdapCompensatingTransactionOperationFactory - Class in org.springframework.ldap.transaction.compensating
-
- LdapCompensatingTransactionOperationFactory(TempEntryRenamingStrategy) - Constructor for class org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory
-
Constructor.
- LdapContextSource - Class in org.springframework.ldap.core.support
-
ContextSource implementation which creates an InitialLdapContext
instance.
- LdapContextSource() - Constructor for class org.springframework.ldap.core.support.LdapContextSource
-
- LdapDataEntry - Interface in org.springframework
-
Common data access methods for entries in an LDAP tree.
- LdapEncoder - Class in org.springframework.ldap.support
-
Helper class to encode and decode ldap names and values.
- LdapEntryIdentification - Class in org.springframework.ldap.core
-
Wrapper class to handle the full identification of an LDAP entry.
- LdapEntryIdentification(DistinguishedName, DistinguishedName) - Constructor for class org.springframework.ldap.core.LdapEntryIdentification
-
- LdapEntryIdentification(LdapName, LdapName) - Constructor for class org.springframework.ldap.core.LdapEntryIdentification
-
Construct an LdapEntryIdentification instance.
- LdapEntryIdentificationContextMapper - Class in org.springframework.ldap.core
-
- LdapEntryIdentificationContextMapper() - Constructor for class org.springframework.ldap.core.LdapEntryIdentificationContextMapper
-
- LdapNameBuilder - Class in org.springframework.ldap.support
-
Helper class for building
LdapName
instances.
- LdapNamespaceHandler - Class in org.springframework.ldap.config
-
- LdapNamespaceHandler() - Constructor for class org.springframework.ldap.config.LdapNamespaceHandler
-
- LdapOperations - Interface in org.springframework.ldap.core
-
Interface that specifies a basic set of LDAP operations.
- LdapOperationsCallback<T> - Interface in org.springframework.ldap.core.support
-
- LdapQuery - Interface in org.springframework.ldap.query
-
Holds all information regarding a Ldap query to be performed.
- LdapQueryBuilder - Class in org.springframework.ldap.query
-
Builder of LdapQueries.
- LdapRdn - Class in org.springframework.ldap.core
-
- LdapRdn() - Constructor for class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Default constructor.
- LdapRdn(String) - Constructor for class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Parse the supplied string and construct this instance accordingly.
- LdapRdn(String, String) - Constructor for class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Construct an LdapRdn using the supplied key and value.
- LdapRdnComponent - Class in org.springframework.ldap.core
-
- LdapRdnComponent(String, String) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
Constructs an LdapRdnComponent without decoding the value.
- LdapRdnComponent(String, String, boolean) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
Constructs an LdapRdnComponent, optionally decoding the value.
- LdapReferralException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI LdapReferralException.
- LdapReferralException(LdapReferralException) - Constructor for exception org.springframework.ldap.LdapReferralException
-
- LdapTemplate - Class in org.springframework.ldap.core
-
Executes core LDAP functionality and helps to avoid common errors, relieving
the user of the burden of looking up contexts, looping through
NamingEnumerations and closing contexts.
- LdapTemplate() - Constructor for class org.springframework.ldap.core.LdapTemplate
-
Constructor for bean usage.
- LdapTemplate(ContextSource) - Constructor for class org.springframework.ldap.core.LdapTemplate
-
Constructor to setup instance directly.
- LdapTemplate.MappingCollectingNameClassPairCallbackHandler<T> - Class in org.springframework.ldap.core
-
- LdapTemplate.NullDirContextProcessor - Class in org.springframework.ldap.core
-
- LdapTemplateParser - Class in org.springframework.ldap.config
-
- LdapTemplateParser() - Constructor for class org.springframework.ldap.config.LdapTemplateParser
-
- LdapTestUtils - Class in org.springframework.ldap.test
-
Utilities for starting, stopping and populating an in-process Apache
Directory Server to use for integration testing purposes.
- LdapTestUtils - Class in org.springframework.ldap.test.unboundid
-
Utilities for starting, stopping and populating an in-process Apache
Directory Server to use for integration testing purposes.
- LdapTransactionUtils - Class in org.springframework.ldap.transaction.compensating
-
Utility methods for working with LDAP transactions.
- LdapUtils - Class in org.springframework.ldap.support
-
Generic utility methods for working with LDAP.
- LdifAggregator - Class in org.springframework.ldap.ldif.batch
-
- LdifAggregator() - Constructor for class org.springframework.ldap.ldif.batch.LdifAggregator
-
Deprecated.
- LdifParser - Class in org.springframework.ldap.ldif.parser
-
The
LdifParser
is the main class of the
org.springframework.ldap.ldif
package.
- LdifParser() - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Default constructor.
- LdifParser(boolean) - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Creates a LdifParser with the indicated case sensitivity setting.
- LdifParser(Resource, boolean) - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Creates an LdifParser for the specified resource with the provided case sensitivity setting.
- LdifParser(Resource) - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Convenience constructor for resource specification.
- LdifParser(File) - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Convenience constructor: accepts a File object.
- LdifPopulator - Class in org.springframework.ldap.test
-
- LdifPopulator() - Constructor for class org.springframework.ldap.test.LdifPopulator
-
- LdifPopulator - Class in org.springframework.ldap.test.unboundid
-
- LdifPopulator() - Constructor for class org.springframework.ldap.test.unboundid.LdifPopulator
-
- LdifReader - Class in org.springframework.ldap.ldif.batch
-
- LdifReader() - Constructor for class org.springframework.ldap.ldif.batch.LdifReader
-
Deprecated.
- LEADCHAR - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- LessThanOrEqualsFilter - Class in org.springframework.ldap.filter
-
A filter to compare <=.
- LessThanOrEqualsFilter(String, String) - Constructor for class org.springframework.ldap.filter.LessThanOrEqualsFilter
-
- LessThanOrEqualsFilter(String, int) - Constructor for class org.springframework.ldap.filter.LessThanOrEqualsFilter
-
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.springframework.ldap.core.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the
token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.springframework.ldap.core.DnParserImplTokenManager
-
Lexer state names.
- like(String) - Method in interface org.springframework.ldap.query.ConditionCriteria
-
- LikeFilter - Class in org.springframework.ldap.filter
-
This filter allows the user to specify wildcards (*) by not escaping them in
the filter.
- LikeFilter(String, String) - Constructor for class org.springframework.ldap.filter.LikeFilter
-
- LimitExceededException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI LimitExceededException.
- LimitExceededException(LimitExceededException) - Constructor for exception org.springframework.ldap.LimitExceededException
-
- line - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- LineIdentifier - Enum in org.springframework.ldap.ldif.support
-
Enumeration declaring possible event types when parsing LDIF files.
- LinkException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI LinkException.
- LinkException(LinkException) - Constructor for exception org.springframework.ldap.LinkException
-
- LinkLoopException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI LinkLoopException.
- LinkLoopException(LinkLoopException) - Constructor for exception org.springframework.ldap.LinkLoopException
-
- list(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
- list(String) - Method in class org.springframework.ldap.core.DirContextAdapter
- list(String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(Name, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(String, NameClassPairMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(Name, NameClassPairMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(String) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(Name) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- list(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- list(String, NameClassPairMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- list(Name, NameClassPairMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- list(Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- list(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- list(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- list(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- list(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- list(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- list(Name) - Method in class org.springframework.ldap.test.DummyDirContext
-
- list(String) - Method in class org.springframework.ldap.test.DummyDirContext
-
- listBindings(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
- listBindings(String) - Method in class org.springframework.ldap.core.DirContextAdapter
- listBindings(String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(String, NameClassPairMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name, NameClassPairMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(String) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of children of the given
base
.
- listBindings(Name) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of children of the given
base
.
- listBindings(String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(String, NameClassPairMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name, NameClassPairMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of children of the given
base
.
- listBindings(Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of children of the given
base
.
- listBindings(String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- listBindings(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- listBindings(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- listBindings(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- listBindings(Name) - Method in class org.springframework.ldap.test.DummyDirContext
-
- listBindings(String) - Method in class org.springframework.ldap.test.DummyDirContext
-
- ListComparator - Class in org.springframework.ldap.support
-
Comparator for comparing lists of Comparable objects.
- ListComparator() - Constructor for class org.springframework.ldap.support.ListComparator
-
- loadControlClasses() - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- loadLdif(ContextSource, Resource) - Static method in class org.springframework.ldap.test.LdapTestUtils
-
Load an Ldif file into an LDAP server.
- loadLdif(DefaultDirectoryService, Resource) - Static method in class org.springframework.ldap.test.LdapTestUtils
-
- loadLdif(ContextSource, Resource) - Static method in class org.springframework.ldap.test.unboundid.LdapTestUtils
-
Load an Ldif file into an LDAP server.
- loadLdif(InMemoryDirectoryServer, Resource) - Static method in class org.springframework.ldap.test.unboundid.LdapTestUtils
-
- log - Variable in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
-
- logger - Variable in class org.springframework.ldap.pool.factory.PoolingContextSource
-
The logger for this class and sub-classes
- logger - Variable in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
Logger for this class and sub-classes
- logger - Variable in class org.springframework.ldap.pool2.factory.PooledContextSource
-
The logger for this class and sub-classes
- logger - Variable in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
Logger for this class and sub-classes
- lookup(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
- lookup(String) - Method in class org.springframework.ldap.core.DirContextAdapter
- lookup(Name) - Method in interface org.springframework.ldap.core.LdapOperations
-
Lookup the supplied DN and return the found object.
- lookup(String) - Method in interface org.springframework.ldap.core.LdapOperations
-
Lookup the supplied DN and return the found object.
- lookup(Name, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(String, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(Name, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to lookup a specified DN and automatically pass the
found object to a ContextMapper
.
- lookup(String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to lookup a specified DN and automatically pass the
found object to a ContextMapper
.
- lookup(Name, String[], AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(String, String[], AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(Name, String[], ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to a ContextMapper
.
- lookup(String, String[], ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to a ContextMapper
.
- lookup(Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
Lookup the supplied DN and return the found object.
- lookup(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
Lookup the supplied DN and return the found object.
- lookup(Name, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(String, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(Name, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to lookup a specified DN and automatically pass the
found object to a ContextMapper
.
- lookup(String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to lookup a specified DN and automatically pass the
found object to a ContextMapper
.
- lookup(Name, String[], AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(String, String[], AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(Name, String[], ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to a ContextMapper
.
- lookup(String, String[], ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to a ContextMapper
.
- lookup(String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Perform a lookup of the specified DN and map the result using the mapper.
- lookup(Name, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Perform a lookup of the specified DN and map the result using the mapper.
- lookup(String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Perform a lookup of the specified DN and map the result using the mapper.
- lookup(Name, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Perform a lookup of the specified DN and map the result using the mapper.
- lookup(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- lookup(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- lookup(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- lookup(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- lookup(Name) - Method in class org.springframework.ldap.test.DummyDirContext
-
- lookup(String) - Method in class org.springframework.ldap.test.DummyDirContext
-
- LookupAttemptingCallback - Class in org.springframework.ldap.core.support
-
Attempts to perform an LDAP operation in the authenticated context, because
Active Directory might allow bind with incorrect password (specifically empty
password), and later refuse operations.
- LookupAttemptingCallback() - Constructor for class org.springframework.ldap.core.support.LookupAttemptingCallback
-
- lookupAttributes(LdapOperations, String, String) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attribute, looping through the results incrementally if necessary.
- lookupAttributes(LdapOperations, String, String[]) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attributes, looping through the results incrementally if necessary.
- lookupAttributes(LdapOperations, Name, String) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attribute, looping through the results incrementally if necessary.
- lookupAttributes(LdapOperations, Name, String[]) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attributes, looping through the results incrementally if necessary.
- lookupAttributeValues(LdapOperations, String, String) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attribute, looping through the results incrementally if necessary.
- lookupAttributeValues(LdapOperations, Name, String) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attribute, looping through the results incrementally if necessary.
- lookupContext(Name) - Method in interface org.springframework.ldap.core.LdapOperations
-
- lookupContext(String) - Method in interface org.springframework.ldap.core.LdapOperations
-
- lookupContext(Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookupContext(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookupContext(String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
- lookupContext(Name) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
- lookupContext(String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
- lookupContext(Name) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
- lookupLink(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
- lookupLink(String) - Method in class org.springframework.ldap.core.DirContextAdapter
- lookupLink(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- lookupLink(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- lookupLink(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- lookupLink(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- lookupLink(Name) - Method in class org.springframework.ldap.test.DummyDirContext
-
- lookupLink(String) - Method in class org.springframework.ldap.test.DummyDirContext
-
- lte(String) - Method in interface org.springframework.ldap.query.ConditionCriteria
-