edu.vt.middleware.ldap.bean
Class LdapBeanProvider

java.lang.Object
  extended by edu.vt.middleware.ldap.bean.LdapBeanProvider

public final class LdapBeanProvider
extends Object

LdapBeanProvider provides a single source for ldap bean types and configuration.

Version:
$Revision: 1330 $ $Date: 2010-05-23 18:10:53 -0400 (Sun, 23 May 2010) $
Author:
Middleware Services

Field Summary
static String BEAN_FACTORY
          bean factory class name.
 
Method Summary
static LdapBeanProvider getInstance()
          Returns the instance of this LdapBeanProvider.
static LdapBeanFactory getLdapBeanFactory()
          Returns the factory for creating ldap beans.
static void setLdapBeanFactory(LdapBeanFactory lbf)
          Sets the factory for creating ldap beans.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_FACTORY

public static final 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


Copyright © 2003-2010 Virginia Tech. All Rights Reserved.