spring-ldap-odm
A C D E F G H I M O R S T U

A

addManagedClass(Class<?>) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
Deprecated. Adds an org.springframework.ldap.odm.annotations annotated class to the set managed by this OdmManager.
addMay(AttributeSchema) - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
addMust(AttributeSchema) - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
addObjectClass(String) - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
AttributeSchema - Class in org.springframework.ldap.odm.tools
Simple value class to hold the schema of an attribute.
AttributeSchema(String, String, boolean, boolean, boolean, boolean, String) - Constructor for class org.springframework.ldap.odm.tools.AttributeSchema
 

C

create(Object) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
Deprecated.  
create(Object) - Method in interface org.springframework.ldap.odm.core.OdmManager
Deprecated. Create the given entry in the LDAP directory.

D

delete(Object) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
Deprecated.  
delete(Object) - Method in interface org.springframework.ldap.odm.core.OdmManager
Deprecated. Delete an entry from the LDAP directory.

E

equals(Object) - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
equals(Object) - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 

F

findAll(Class<T>, Name, SearchControls) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
Deprecated.  
findAll(Class<T>, Name, SearchControls) - Method in interface org.springframework.ldap.odm.core.OdmManager
Deprecated. Find all entries in the LDAP directory of a given type.

G

getIsArray() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getIsBinary() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getIsMultiValued() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getIsPrimitive() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getJavaName() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getMay() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
getMust() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
getName() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getObject() - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Deprecated.  
getObjectClass() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
getObjectType() - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Deprecated.  
getScalarType() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getSyntax() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 

H

hashCode() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
hashCode() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 

I

isSingleton() - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Deprecated.  

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
 

O

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
 
OdmManager - Interface in org.springframework.ldap.odm.core
Deprecated. This functionality is automatically available in LdapTemplate as of version 2.0
OdmManagerImpl - Class in org.springframework.ldap.odm.core.impl
Deprecated. This functionality is automatically available in LdapTemplate as of version 2.0
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
Deprecated. This functionality is automatically available in LdapTemplate as of version 2.0
OdmManagerImplFactoryBean() - Constructor for class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Deprecated.  
org.springframework.ldap.odm.core - package org.springframework.ldap.odm.core
 
org.springframework.ldap.odm.core.impl - package org.springframework.ldap.odm.core.impl
 
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.

R

read(Class<T>, Name) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
Deprecated.  
read(Class<T>, Name) - Method in interface org.springframework.ldap.odm.core.OdmManager
Deprecated. Read a named entry from the LDAP directory.

S

SchemaToJava - Class in org.springframework.ldap.odm.tools
This tool creates a Java class representation of a set of LDAP object classes for use with OdmManager.
SchemaViewer - Class in org.springframework.ldap.odm.tools
A simple utility to list LDAP directory schema.
search(Class<T>, Name, String, SearchControls) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
Deprecated.  
search(Class<T>, LdapQuery) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
Deprecated.  
search(Class<T>, Name, String, SearchControls) - Method in interface org.springframework.ldap.odm.core.OdmManager
Deprecated. Search for entries in the LDAP directory.
search(Class<T>, LdapQuery) - Method in interface org.springframework.ldap.odm.core.OdmManager
Deprecated. Search for entries in the LDAP directory.
setContextSource(ContextSource) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Deprecated. Set the ContextSource to use to interact with the LDAP directory.
setConverterManager(ConverterManager) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Deprecated. Set the ConverterManager to use to convert between LDAP and Java representations of attributes.
setLdapOperations(LdapOperations) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Deprecated. Set the LdapOperations instance to use to interact with the LDAP directory.
setManagedClasses(Set<Class<?>>) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Deprecated. Set the list of org.springframework.ldap.odm.annotations annotated classes the OdmManager will process.

T

toString() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
toString() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 

U

update(Object) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
Deprecated.  
update(Object) - Method in interface org.springframework.ldap.odm.core.OdmManager
Deprecated. Update the given entry in the LDAP directory.

A C D E F G H I M O R S T U
spring-ldap-odm