Class LdapBeanProvider


  • public final class LdapBeanProvider
    extends java.lang.Object
    LdapBeanProvider provides a single source for ldap bean types and configuration.
    Version:
    $Revision: 1330 $ $Date: 2010-05-24 00:10:53 +0200 (Mon, 24 May 2010) $
    Author:
    Middleware Services
    • Field Detail

      • BEAN_FACTORY

        public static final java.lang.String BEAN_FACTORY
        bean factory class name.
        See Also:
        Constant Field Values
    • Method Detail

      • getInstance

        public static LdapBeanProvider getInstance()
        Returns the instance of this LdapBeanProvider.
        Returns:
        LdapBeanProvider
      • getLdapBeanFactory

        public static LdapBeanFactory getLdapBeanFactory()
        Returns the factory for creating ldap beans.
        Returns:
        LdapBeanFactory
      • setLdapBeanFactory

        public static void setLdapBeanFactory​(LdapBeanFactory lbf)
        Sets the factory for creating ldap beans.
        Parameters:
        lbf - LdapBeanFactory