Package edu.vt.middleware.ldap.bean
Class LdapBeanProvider
- java.lang.Object
-
- edu.vt.middleware.ldap.bean.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 Summary
Fields Modifier and Type Field Description static java.lang.String
BEAN_FACTORY
bean factory class name.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LdapBeanProvider
getInstance()
Returns the instance of thisLdapBeanProvider
.static LdapBeanFactory
getLdapBeanFactory()
Returns the factory for creating ldap beans.static void
setLdapBeanFactory(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
-
-