Class AbstractLdapBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected LdapBeanFactory beanFactory
      Factory for creating ldap beans.
      protected org.apache.commons.logging.Log logger
      Log for this class.
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractLdapBean​(LdapBeanFactory lbf)
      Creates a new AbstractLdapBean with the supplied ldap bean factory.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Returns whether the supplied Object contains the same data as this bean.
      abstract int hashCode()
      This returns the hash code for this object.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        protected final org.apache.commons.logging.Log logger
        Log for this class.
      • beanFactory

        protected final LdapBeanFactory beanFactory
        Factory for creating ldap beans.
    • Constructor Detail

      • AbstractLdapBean

        public AbstractLdapBean​(LdapBeanFactory lbf)
        Creates a new AbstractLdapBean with the supplied ldap bean factory.
        Parameters:
        lbf - LdapBeanFactory
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Returns whether the supplied Object contains the same data as this bean.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        o - Object
        Returns:
        boolean
      • hashCode

        public abstract int hashCode()
        This returns the hash code for this object.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        int