public abstract class AbstractLdapBean extends Object
AbstractLdapBean
provides common implementations to other bean
objects.Modifier and Type | Field and Description |
---|---|
protected LdapBeanFactory |
beanFactory
Factory for creating ldap beans.
|
protected org.apache.commons.logging.Log |
logger
Log for this class.
|
Constructor and Description |
---|
AbstractLdapBean(LdapBeanFactory lbf)
Creates a new
AbstractLdapBean with the supplied ldap bean
factory. |
protected final org.apache.commons.logging.Log logger
protected final LdapBeanFactory beanFactory
public AbstractLdapBean(LdapBeanFactory lbf)
AbstractLdapBean
with the supplied ldap bean
factory.lbf
- LdapBeanFactory
public boolean equals(Object o)
Object
contains the same data as
this bean.Copyright © 2016. All rights reserved.