A B C D E F G H I J L M N O R S T U V

A

addPropertyChangeListener(PropertyChangeListener) - Method in class net.sf.jldapbeans.lang.LdapObject
 
aggregate(Object, Class<?>...) - Static method in class net.sf.jldapbeans.lang.LdapClass
Aggregates an array of any kind of java classes to an LDAP bean instance.
aggregate(Object, LdapClass...) - Static method in class net.sf.jldapbeans.lang.LdapClass
Aggregates an array of any kind of LDAP classes to an LDAP bean instance.

B

BEAN_REPOSITORY - Static variable in class net.sf.jldapbeans.lang.LdapClass
 
BeanInstantiationException - Exception in net.sf.jldapbeans.lang
 
BeanInstantiationException(LdapClass) - Constructor for exception net.sf.jldapbeans.lang.BeanInstantiationException
 
BeanInstantiationException(LdapClass, String) - Constructor for exception net.sf.jldapbeans.lang.BeanInstantiationException
 
BeanInstantiationException(LdapClass, String, Throwable) - Constructor for exception net.sf.jldapbeans.lang.BeanInstantiationException
 
BeanInstantiationException(LdapClass, Throwable) - Constructor for exception net.sf.jldapbeans.lang.BeanInstantiationException
 
BeanProxyException - Exception in net.sf.jldapbeans.lang
 
BeanProxyException() - Constructor for exception net.sf.jldapbeans.lang.BeanProxyException
 
BeanProxyException(String) - Constructor for exception net.sf.jldapbeans.lang.BeanProxyException
 
BeanProxyException(String, Throwable) - Constructor for exception net.sf.jldapbeans.lang.BeanProxyException
 
BeanProxyException(Throwable) - Constructor for exception net.sf.jldapbeans.lang.BeanProxyException
 
BeanRepository - Interface in net.sf.jldapbeans.lang
Holds the LdapBeans actually configured for use inside the engine.
BeanRepositoryFactory - Class in net.sf.jldapbeans.lang
Holds a singleton instance of the bean repositories loaded from the classpath.

C

classOf(Object) - Static method in class net.sf.jldapbeans.lang.LdapClass
Obtains a LdapClass instance for an object that may be a LDAP bean.
contextualize(LdapName, LdapContext) - Method in class net.sf.jldapbeans.lang.LdapObject
 

D

DcObject - Interface in net.sf.jldapbeans.commons
 

E

equals(Object) - Method in class net.sf.jldapbeans.lang.LdapClass
 
equals(Object) - Method in class net.sf.jldapbeans.lang.LdapObject
 

F

forClass(Class<?>) - Static method in enum net.sf.jldapbeans.lang.annotation.LdapModifier
Identifies the LdapModifier of a java class
forMethod(Method) - Static method in enum net.sf.jldapbeans.lang.annotation.LdapModifier
 
forName(String...) - Static method in class net.sf.jldapbeans.lang.LdapClass
Searches in BeanRepository for the names specified as objectClass maps each one as a java.lang.Class.

G

getAbstractClasses() - Method in class net.sf.jldapbeans.lang.LdapClass
Obtains an array of java classes that reflect the ABSTRACT objectClasses used in this LdapClass
getAttributes() - Method in class net.sf.jldapbeans.lang.LdapObject
 
getAuxiliaryClasses() - Method in class net.sf.jldapbeans.lang.LdapClass
Obtains an array of java classes that reflect the AUXILIARY objectClasses used in this LdapClass.
getClasses() - Method in class net.sf.jldapbeans.lang.LdapClass
Accesses the class array used used inside this LdapClass instance.
getContext() - Method in class net.sf.jldapbeans.lang.LdapObject
 
getDomainComponent() - Method in interface net.sf.jldapbeans.commons.DcObject
 
getLdapClass() - Method in exception net.sf.jldapbeans.lang.BeanInstantiationException
 
getLdapClass() - Method in class net.sf.jldapbeans.lang.LdapObject
 
getName() - Method in class net.sf.jldapbeans.lang.LdapObject
 
getObjectClass() - Method in interface net.sf.jldapbeans.commons.Top
 
getObjectClass(String) - Method in interface net.sf.jldapbeans.lang.BeanRepository
Obtains the java class name associated with objectClass specified.
getObjectClass(LdapClass) - Method in class net.sf.jldapbeans.lang.LdapStateFactory
 
getObjectClass() - Method in exception net.sf.jldapbeans.lang.ObjectClassNotFoundException
 
getObjectClasses(Attribute) - Method in class net.sf.jldapbeans.lang.LdapBeanFactory
Reads the objectClass attribute to get an array of strings
getObjectInstance(Object, Name, Context, Hashtable) - Method in class net.sf.jldapbeans.lang.LdapBeanFactory
 
getObjectInstance(Object, Name, Context, Hashtable, Attributes) - Method in class net.sf.jldapbeans.lang.LdapBeanFactory
Entry point from DirObjectFactory that starts the process of retrieving LdapBeans from the server.
getOrganizationName() - Method in interface net.sf.jldapbeans.commons.Organization
 
getRepository() - Static method in class net.sf.jldapbeans.lang.BeanRepositoryFactory
Obtains the @link net.sf.jldapbeans.lang.BeanRepository for the application's main thread.
getStateToBind(Object, Name, Context, Hashtable) - Method in class net.sf.jldapbeans.lang.LdapStateFactory
 
getStateToBind(Object, Name, Context, Hashtable, Attributes) - Method in class net.sf.jldapbeans.lang.LdapStateFactory
 
getStructuralClasses() - Method in class net.sf.jldapbeans.lang.LdapClass
Obtains an array of java classes that reflect the STRUCTURAL objectClasses used in this LdapClass.

H

hashCode() - Method in class net.sf.jldapbeans.lang.LdapClass
 
hashCode() - Method in class net.sf.jldapbeans.lang.LdapObject
 

I

isAbstract(LdapModifier...) - Static method in enum net.sf.jldapbeans.lang.annotation.LdapModifier
 
isAuxiliary(LdapModifier...) - Static method in enum net.sf.jldapbeans.lang.annotation.LdapModifier
 
isLdapBean(Object) - Static method in class net.sf.jldapbeans.lang.LdapClass
Identifies if a given object is an instance of an LdapJB
isRequired(LdapModifier...) - Static method in enum net.sf.jldapbeans.lang.annotation.LdapModifier
 
isSingleValue(LdapModifier...) - Static method in enum net.sf.jldapbeans.lang.annotation.LdapModifier
 
isStructural(LdapModifier...) - Static method in enum net.sf.jldapbeans.lang.annotation.LdapModifier
 

J

JLdapBeansException - Exception in net.sf.jldapbeans.lang
 
JLdapBeansException() - Constructor for exception net.sf.jldapbeans.lang.JLdapBeansException
 
JLdapBeansException(String) - Constructor for exception net.sf.jldapbeans.lang.JLdapBeansException
 
JLdapBeansException(Throwable) - Constructor for exception net.sf.jldapbeans.lang.JLdapBeansException
 
JLdapBeansException(String, Throwable) - Constructor for exception net.sf.jldapbeans.lang.JLdapBeansException
 

L

LdapAttribute - Annotation Type in net.sf.jldapbeans.lang.annotation
Identifies an attribute of a LdapBean.
LdapBean - Annotation Type in net.sf.jldapbeans.lang.annotation
Identifies a class as a LdapBean declaration.
LdapBeanFactory - Class in net.sf.jldapbeans.lang
The LdapBeanFactory is the entry point of the mechanism that retrieves an object from the LDAP directory, instantiates a java bean and fills its properties with the attribute values from the LDAP object.
LdapBeanFactory() - Constructor for class net.sf.jldapbeans.lang.LdapBeanFactory
 
LdapClass - Class in net.sf.jldapbeans.lang
Representation of a jLDAPBeans' class.
LdapClassException - Exception in net.sf.jldapbeans.lang
 
LdapClassException() - Constructor for exception net.sf.jldapbeans.lang.LdapClassException
 
LdapClassException(String) - Constructor for exception net.sf.jldapbeans.lang.LdapClassException
 
LdapClassException(String, Throwable) - Constructor for exception net.sf.jldapbeans.lang.LdapClassException
 
LdapClassException(Throwable) - Constructor for exception net.sf.jldapbeans.lang.LdapClassException
 
LdapModifier - Enum in net.sf.jldapbeans.lang.annotation
 
LdapObject - Class in net.sf.jldapbeans.lang
 
LdapObject() - Constructor for class net.sf.jldapbeans.lang.LdapObject
 
LdapStateFactory - Class in net.sf.jldapbeans.lang
The LdapStateFactory is the entry point of the mechanism that stores a LdapBean object as a LDAP object.
LdapStateFactory() - Constructor for class net.sf.jldapbeans.lang.LdapStateFactory
 

M

merge(Class<?>...) - Static method in class net.sf.jldapbeans.lang.LdapClass
Merges an array of any kind of java class into a LdapClass instance indentifying which of the classes received are valid LDAP bean classes.
merge(LdapClass...) - Static method in class net.sf.jldapbeans.lang.LdapClass
Merges an array of instances of LdapClass
merge(LdapClass, Class<?>...) - Static method in class net.sf.jldapbeans.lang.LdapClass
Merges a LdapClass instance with an array of any kind of java classes.
mergeAttributes(Attributes, Attributes, boolean) - Method in class net.sf.jldapbeans.lang.LdapStateFactory
 

N

net.sf.jldapbeans.commons - package net.sf.jldapbeans.commons
 
net.sf.jldapbeans.lang - package net.sf.jldapbeans.lang
 
net.sf.jldapbeans.lang.annotation - package net.sf.jldapbeans.lang.annotation
 
newInstance() - Method in class net.sf.jldapbeans.lang.LdapClass
Creates a new instance of a LDAP bean using a net.sf.cglib.proxy.Enhancer to support the implementation of every java class that the bean must support.

O

ObjectClassNotFoundException - Exception in net.sf.jldapbeans.lang
 
ObjectClassNotFoundException(String) - Constructor for exception net.sf.jldapbeans.lang.ObjectClassNotFoundException
 
Organization - Interface in net.sf.jldapbeans.commons
 

R

removePropertyChangeListener(PropertyChangeListener) - Method in class net.sf.jldapbeans.lang.LdapObject
 

S

setDomainComponent(List) - Method in interface net.sf.jldapbeans.commons.DcObject
 
setObjectClass(List) - Method in interface net.sf.jldapbeans.commons.Top
 
setOrganizationName(List) - Method in interface net.sf.jldapbeans.commons.Organization
 

T

Top - Interface in net.sf.jldapbeans.commons
 
toString() - Method in class net.sf.jldapbeans.lang.LdapClass
 
toString() - Method in class net.sf.jldapbeans.lang.LdapObject
 

U

uncontextualize() - Method in class net.sf.jldapbeans.lang.LdapObject
 
UNDEFINED - Static variable in annotation type net.sf.jldapbeans.lang.annotation.LdapAttribute
 
UNDEFINED - Static variable in annotation type net.sf.jldapbeans.lang.annotation.LdapBean
 

V

valueOf(String) - Static method in enum net.sf.jldapbeans.lang.annotation.LdapModifier
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.jldapbeans.lang.annotation.LdapModifier
Returns an array containing the constants of this enum type, in the order they're declared.

A B C D E F G H I J L M N O R S T U V

Copyright © 2005 jLDAPBeans Team. All Rights Reserved.