Spring LDAP Framework
A C D E F G H I M O R S T U V

A

addConverter(Class<?>, String, Class<?>, Converter) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl
Add a Converter to this ConverterManager.
addManagedClass(Class<?>) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
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
 
Attribute - Annotation Type in org.springframework.ldap.odm.annotations
This annotation describes the mapping of a Java field to an LDAP attribute.
Attribute.Type - Enum in org.springframework.ldap.odm.annotations
The Type attribute indicates whether a field is regarded as binary based or string based by the LDAP JNDI provider.
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

canConvert(Class<?>, String, Class<?>) - Method in interface org.springframework.ldap.odm.typeconversion.ConverterManager
Determine whether this converter manager is able to carry out a specified conversion.
canConvert(Class<?>, String, Class<?>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl
 
convert(Object, String, Class<T>) - Method in interface org.springframework.ldap.odm.typeconversion.ConverterManager
Convert a given source object with an optional LDAP syntax to an instance of a given class.
convert(Object, Class<T>) - Method in interface org.springframework.ldap.odm.typeconversion.impl.Converter
Attempt to convert a given object to a named class.
convert(Object, String, Class<T>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl
 
convert(Object, Class<T>) - Method in class org.springframework.ldap.odm.typeconversion.impl.converters.FromStringConverter
 
convert(Object, Class<T>) - Method in class org.springframework.ldap.odm.typeconversion.impl.converters.ToStringConverter
 
Converter - Interface in org.springframework.ldap.odm.typeconversion.impl
Interface specifying the conversion between two classes
ConverterException - Exception in org.springframework.ldap.odm.typeconversion
Thrown by the conversion framework to indicate an error condition - typically a failed type conversion.
ConverterException(String) - Constructor for exception org.springframework.ldap.odm.typeconversion.ConverterException
 
ConverterException(String, Throwable) - Constructor for exception org.springframework.ldap.odm.typeconversion.ConverterException
 
ConverterManager - Interface in org.springframework.ldap.odm.typeconversion
A simple interface to be implemented to provide type conversion functionality.
ConverterManagerFactoryBean - Class in org.springframework.ldap.odm.typeconversion.impl
A utility class to allow ConverterManagerImpl instances to be easily configured via spring.xml.
ConverterManagerFactoryBean() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
 
ConverterManagerFactoryBean.ConverterConfig - Class in org.springframework.ldap.odm.typeconversion.impl
Configuration information for a single Converter instance.
ConverterManagerFactoryBean.ConverterConfig() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
 
ConverterManagerImpl - Class in org.springframework.ldap.odm.typeconversion.impl
An implementation of ConverterManager.
ConverterManagerImpl() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl
Create an empty ConverterManagerImpl
create(Object) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
 
create(Object) - Method in interface org.springframework.ldap.odm.core.OdmManager
Create the given entry in the LDAP directory.

D

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

E

Entry - Annotation Type in org.springframework.ldap.odm.annotations
This annotation marks a Java class to be persisted in an LDAP directory.
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
 
findAll(Class<T>, Name, SearchControls) - Method in interface org.springframework.ldap.odm.core.OdmManager
Find all entries in the LDAP directory of a given type.
FromStringConverter - Class in org.springframework.ldap.odm.typeconversion.impl.converters
A Converter from a String to any class which has a single argument public constructor taking a String.
FromStringConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.converters.FromStringConverter
 

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
 
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
 
getObject() - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
Creates a ConverterManagerImpl populating it with Converter instances from the converterConfigList property.
getObjectClass() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
getObjectType() - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
 
getObjectType() - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
 
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

Id - Annotation Type in org.springframework.ldap.odm.annotations
This annotation marks a Java field as containing the Distinguished Name of an LDAP Entry.
InvalidEntryException - Exception in org.springframework.ldap.odm.core.impl
Thrown to indicate that an instance is not suitable for persisting in the LDAP directory.
InvalidEntryException(String) - Constructor for exception org.springframework.ldap.odm.core.impl.InvalidEntryException
 
InvalidEntryException(String, Throwable) - Constructor for exception org.springframework.ldap.odm.core.impl.InvalidEntryException
 
isSingleton() - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
 
isSingleton() - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
 

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
 
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
 

O

ObjectSchema - Class in org.springframework.ldap.odm.tools
Simple value class to hold the schema of an object class It is public only to allow Freemarker access.
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
The OdmManager interface provides generic CRUD (create/read/update/delete) and searching operations against an LDAP directory.
OdmManagerImpl - Class in org.springframework.ldap.odm.core.impl
An implementation of OdmManager which uses ConverterManager to convert between Java and LDAP representations of attribute values.
OdmManagerImpl(ConverterManager, ContextSource, Set<Class<?>>) - Constructor for class org.springframework.ldap.odm.core.impl.OdmManagerImpl
 
OdmManagerImpl(ConverterManager, ContextSource) - Constructor for class org.springframework.ldap.odm.core.impl.OdmManagerImpl
 
OdmManagerImplFactoryBean - Class in org.springframework.ldap.odm.core.impl
A Spring Factory bean which creates OdmManagerImpl instances.
OdmManagerImplFactoryBean() - Constructor for class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
 
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
Provides an implementation of the ConverterManager interface.
org.springframework.ldap.odm.typeconversion.impl.converters - package org.springframework.ldap.odm.typeconversion.impl.converters
Provides some basic implementations of the Converter interface.

R

read(Class<T>, Name) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
 
read(Class<T>, Name) - Method in interface org.springframework.ldap.odm.core.OdmManager
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.
SchemaToJava() - Constructor for class org.springframework.ldap.odm.tools.SchemaToJava
 
SchemaViewer - Class in org.springframework.ldap.odm.tools
A simple utility to list LDAP directory schema.
SchemaViewer() - Constructor for class org.springframework.ldap.odm.tools.SchemaViewer
 
search(Class<T>, Name, String, SearchControls) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
 
search(Class<T>, Name, String, SearchControls) - Method in interface org.springframework.ldap.odm.core.OdmManager
Search for entries in the LDAP directory.
setContextSource(ContextSource) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Set the ContextSource to use to interact with the LDAP directory.
setConverter(Converter) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
 
setConverterConfig(Set<ConverterManagerFactoryBean.ConverterConfig>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
 
setConverterManager(ConverterManager) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Set the ConverterManager to use to convert between LDAP and Java representations of attributes.
setFromClasses(Set<Class<?>>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
 
setManagedClasses(Set<Class<?>>) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
Set the list of org.springframework.ldap.odm.annotations annotated classes the OdmManager will process.
setSyntax(String) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
 
setToClasses(Set<Class<?>>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
 

T

toString() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
toString() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
toString() - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
 
ToStringConverter - Class in org.springframework.ldap.odm.typeconversion.impl.converters
A Converter from any class to a String via the toString method.
ToStringConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.converters.ToStringConverter
 
Transient - Annotation Type in org.springframework.ldap.odm.annotations
This annotation identifies a field in an Entry annotated class that should not be persisted to LDAP.

U

UnmanagedClassException - Exception in org.springframework.ldap.odm.core.impl
Thrown when an OdmManager method is called with a class which is not being managed by the OdmManager.
UnmanagedClassException(String, Throwable) - Constructor for exception org.springframework.ldap.odm.core.impl.UnmanagedClassException
 
UnmanagedClassException(String) - Constructor for exception org.springframework.ldap.odm.core.impl.UnmanagedClassException
 
update(Object) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
 
update(Object) - Method in interface org.springframework.ldap.odm.core.OdmManager
Update the given entry in the LDAP directory.

V

valueOf(String) - Static method in enum org.springframework.ldap.odm.annotations.Attribute.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.ldap.odm.annotations.Attribute.Type
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G H I M O R S T U V
Spring LDAP Framework

Copyright © 2009-2010. All Rights Reserved.