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

M

main(String[]) - Static method in class org.springframework.ldap.odm.tools.SchemaToJava
 
main(String[]) - Static method in class org.springframework.ldap.odm.tools.SchemaViewer
 
MalformedLinkException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI MalformedLinkException.
MalformedLinkException(MalformedLinkException) - Constructor for exception org.springframework.ldap.MalformedLinkException
 
mapFromAttributes(Attributes) - Method in interface org.springframework.ldap.core.AttributesMapper
Map Attributes to an object.
mapFromAttributes(Attributes) - Method in interface org.springframework.ldap.core.IncrementalAttributesMapper
Goes through all of the attributes to record their values and figure out whether a new query iteration is needed to get more values.
mapFromAttributes(Attributes) - Method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
 
mapFromAttributes(Attributes) - Method in class org.springframework.ldap.test.AttributeCheckAttributesMapper
 
mapFromContext(Object) - Method in interface org.springframework.ldap.core.ContextMapper
Map a single LDAP Context to an object.
mapFromContext(Object) - Method in class org.springframework.ldap.core.LdapEntryIdentificationContextMapper
 
mapFromContext(Object) - Method in class org.springframework.ldap.core.simple.AbstractParameterizedContextMapper
 
mapFromContext(Object) - Method in interface org.springframework.ldap.core.simple.ParameterizedContextMapper
Map a single LDAP Context to an object.
mapFromContext(Object) - Method in class org.springframework.ldap.core.support.AbstractContextMapper
Map a single LDAP Context to an object.
mapFromContext(Object) - Method in class org.springframework.ldap.test.AttributeCheckContextMapper
 
mapFromContextWithControls(Object, HasControls) - Method in interface org.springframework.ldap.core.simple.ParameterizedContextMapperWithControls
 
mapFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.DefaultNameClassPairMapper
Gets the Name from the supplied NameClassPair and returns it as the result.
mapFromNameClassPair(NameClassPair) - Method in interface org.springframework.ldap.core.NameClassPairMapper
Map NameClassPair to an Object.
MappingLdifReader<T> - Class in org.springframework.ldap.ldif.batch
The MappingLdifReader is an adaptation of the FlatFileItemReader built around an LdifParser.
MappingLdifReader() - Constructor for class org.springframework.ldap.ldif.batch.MappingLdifReader
 
mapRecord(LdapAttributes) - Method in interface org.springframework.ldap.ldif.batch.RecordMapper
Maps an LdapAttributes object to the specified type.
mapToContext(Object, Object) - Method in interface org.springframework.ldap.core.ContextAssembler
Map the supplied object to the specified context.
maxNextCharInd - Variable in class org.springframework.ldap.core.SimpleCharStream
 
MetaDataException - Exception in org.springframework.ldap.odm.core.impl
Thrown to indicate an error in the annotated meta-data.
MetaDataException(String) - Constructor for exception org.springframework.ldap.odm.core.impl.MetaDataException
 
MetaDataException(String, Throwable) - Constructor for exception org.springframework.ldap.odm.core.impl.MetaDataException
 
MODIFY_ATTRIBUTES_METHOD_NAME - Static variable in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
 
modifyAttributes(Name, int, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
modifyAttributes(String, int, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
modifyAttributes(String, ModificationItem[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
modifyAttributes(Name, ModificationItem[]) - Method in interface org.springframework.ldap.core.LdapOperations
Modify an entry in the LDAP tree using the supplied ModificationItems.
modifyAttributes(String, ModificationItem[]) - Method in interface org.springframework.ldap.core.LdapOperations
Modify an entry in the LDAP tree using the supplied ModificationItems.
modifyAttributes(DirContextOperations) - Method in interface org.springframework.ldap.core.LdapOperations
Modify the attributes of the entry referenced by the supplied DirContextOperations instance.
modifyAttributes(Name, ModificationItem[]) - Method in class org.springframework.ldap.core.LdapTemplate
 
modifyAttributes(String, ModificationItem[]) - Method in class org.springframework.ldap.core.LdapTemplate
 
modifyAttributes(DirContextOperations) - Method in class org.springframework.ldap.core.LdapTemplate
 
modifyAttributes(DirContextOperations) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Modify the Attributes of the entry corresponding to the supplied DirContextOperations instance.
modifyAttributes(DirContextOperations) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
 
modifyAttributes(Name, int, Attributes) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
modifyAttributes(String, int, Attributes) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
modifyAttributes(Name, int, Attributes) - Method in class org.springframework.ldap.test.DummyDirContext
 
modifyAttributes(String, int, Attributes) - Method in class org.springframework.ldap.test.DummyDirContext
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.springframework.ldap.test.DummyDirContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.springframework.ldap.test.DummyDirContext
 
ModifyAttributesOperationExecutor - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationExecutor to manage a modifyAttributes operation.
ModifyAttributesOperationExecutor(LdapOperations, Name, ModificationItem[], ModificationItem[]) - Constructor for class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor
Constructor.
ModifyAttributesOperationRecorder - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationRecorder keeping track of modifyAttributes operations, creating corresponding ModifyAttributesOperationExecutor instances for rollback.
ModifyAttributesOperationRecorder(LdapOperations) - Constructor for class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationRecorder
 
MutableDelegatingLdapContext - Class in org.springframework.ldap.pool
Used by MutablePoolingContextSource to wrap a LdapContext, delegating most methods to the underlying context.
MutableDelegatingLdapContext(KeyedObjectPool, LdapContext, DirContextType) - Constructor for class org.springframework.ldap.pool.MutableDelegatingLdapContext
Create a new mutable delegating ldap context for the specified pool, context and context type.
MutablePoolingContextSource - Class in org.springframework.ldap.pool.factory
A PoolingContextSource subclass that creates MutableDelegatingLdapContext instances.
MutablePoolingContextSource() - Constructor for class org.springframework.ldap.pool.factory.MutablePoolingContextSource
 

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