Spring LDAP
A B C D E F G H I J K L M N O P Q R S T U V W

L

LDAP_OID - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
RegularExpression Id.
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
Extends BasicAttributes to add specialized support for DNs.
LdapAttributes() - Constructor for class org.springframework.ldap.core.LdapAttributes
Default constructor.
LdapAttributes(DistinguishedName) - Constructor for class org.springframework.ldap.core.LdapAttributes
Creates an LdapAttributes object with the specified DN.
LdapAttributes(boolean) - Constructor for class org.springframework.ldap.core.LdapAttributes
Constructor for specifying whether or not the object is case sensitive.
LdapAttributes(DistinguishedName, boolean) - Constructor for class org.springframework.ldap.core.LdapAttributes
Creates an LdapAttributes object with the specified DN and case sensitivity setting.
LdapAttributes(String, Object) - Constructor for class org.springframework.ldap.core.LdapAttributes
Creates an LdapAttributes object with the specified attribute.
LdapAttributes(DistinguishedName, String, Object) - Constructor for class org.springframework.ldap.core.LdapAttributes
Creates an LdapAttributes object with the specifying attribute and value and case sensitivity setting.
LdapAttributes(String, Object, boolean) - Constructor for class org.springframework.ldap.core.LdapAttributes
Creates an LdapAttributes object with the specifying attribute and value and case sensitivity setting.
LdapAttributes(DistinguishedName, String, Object, boolean) - Constructor for class org.springframework.ldap.core.LdapAttributes
Creates an LdapAttributes object for the supplied DN with the attribute specified.
LdapCompensatingTransactionOperationFactory - Class in org.springframework.ldap.transaction.compensating
CompensatingTransactionOperationRecorder implementation for LDAP operations.
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
 
LdapEncoder - Class in org.springframework.ldap.core
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
Construct an LdapEntryIdentification instance.
LdapEntryIdentificationContextMapper - Class in org.springframework.ldap.core
ContextMapper implementation that maps the found entries to the LdapEntryIdentification of each respective entry.
LdapEntryIdentificationContextMapper() - Constructor for class org.springframework.ldap.core.LdapEntryIdentificationContextMapper
 
LdapOperations - Interface in org.springframework.ldap.core
Interface that specifies a basic set of LDAP operations.
LdapRdn - Class in org.springframework.ldap.core
Datatype for a LDAP name, a part of a path.
LdapRdn() - Constructor for class org.springframework.ldap.core.LdapRdn
Default constructor.
LdapRdn(String) - Constructor for class org.springframework.ldap.core.LdapRdn
Parse the supplied string and construct this instance accordingly.
LdapRdn(String, String) - Constructor for class org.springframework.ldap.core.LdapRdn
Construct an LdapRdn using the supplied key and value.
LdapRdnComponent - Class in org.springframework.ldap.core
Represents part of an LdapRdn.
LdapRdnComponent(String, String) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
Constructs an LdapRdnComponent without decoding the value.
LdapRdnComponent(String, String, boolean) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
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 - Class in org.springframework.ldap.core
A NameClassPairCallbackHandler that passes the NameClassPairs found to a NameClassPairMapper and collects the results in a list.
LdapTemplate.MappingCollectingNameClassPairCallbackHandler(NameClassPairMapper) - Constructor for class org.springframework.ldap.core.LdapTemplate.MappingCollectingNameClassPairCallbackHandler
 
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.
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
The LdifAggregator object is an implementation of the LineAggregator interface for use with a FlatFileItemWriter to write LDIF records to a file.
LdifAggregator() - Constructor for class org.springframework.ldap.ldif.batch.LdifAggregator
 
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.
LdifReader - Class in org.springframework.ldap.ldif.batch
The LdifReader is an adaptation of the FlatFileItemReader built around an LdifParser.
LdifReader() - Constructor for class org.springframework.ldap.ldif.batch.LdifReader
 
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.
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) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(Name, NameClassPairMapper) - 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
 
list(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
list(String, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
list(Name, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
list(Name) - Method in class org.springframework.ldap.core.LdapTemplate
 
list(String) - Method in class org.springframework.ldap.core.LdapTemplate
 
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.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) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(Name, NameClassPairMapper) - 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) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(Name, ContextMapper) - 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
 
listBindings(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(String, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(Name, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(String) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(Name) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(Name, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
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.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
 
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
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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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(String) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(Name, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(Name, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(Name, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(Name, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
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
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
 
lookup(Name, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
 
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.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
Convenience method to lookup the supplied DN and automatically cast it to DirContextOperations.
lookupContext(String) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to lookup the supplied DN and automatically cast it to DirContextOperations.
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
Look up the specified DN, and automatically cast it to a DirContextOperations instance.
lookupContext(Name) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Look up the specified DN, and automatically cast it to a DirContextOperations instance.
lookupContext(String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
 
lookupContext(Name) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
 
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.test.DummyDirContext
 
lookupLink(String) - Method in class org.springframework.ldap.test.DummyDirContext
 

Spring LDAP
A B C D E F G H I J K L M N O P Q R S T U V W