Package edu.vt.middleware.ldap.bean
Class LdapBeanProvider
- java.lang.Object
-
- edu.vt.middleware.ldap.bean.LdapBeanProvider
-
public final class LdapBeanProvider extends java.lang.ObjectLdapBeanProviderprovides 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 Summary
Fields Modifier and Type Field Description static java.lang.StringBEAN_FACTORYbean factory class name.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LdapBeanProvidergetInstance()Returns the instance of thisLdapBeanProvider.static LdapBeanFactorygetLdapBeanFactory()Returns the factory for creating ldap beans.static voidsetLdapBeanFactory(LdapBeanFactory lbf)Sets the factory for creating ldap beans.
-
-
-
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 thisLdapBeanProvider.- 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
-
-