edu.vt.middleware.ldap.bean
Class OrderedLdapBeanFactory

java.lang.Object
  extended by edu.vt.middleware.ldap.bean.OrderedLdapBeanFactory
All Implemented Interfaces:
LdapBeanFactory

public class OrderedLdapBeanFactory
extends Object
implements LdapBeanFactory

OrderedLdapBeanFactory provides an ldap bean factory that produces ordered ldap beans.

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

Nested Class Summary
protected  class OrderedLdapBeanFactory.OrderedLdapAttribute
          OrderedLdapAttribute represents a single ldap attribute whose values are ordered by insertion.
protected  class OrderedLdapBeanFactory.OrderedLdapAttributes
          OrderedLdapAttributes represents a collection of ldap attribute that are ordered by insertion.
protected  class OrderedLdapBeanFactory.OrderedLdapEntry
          OrderedLdapEntry represents a single ldap entry.
protected  class OrderedLdapBeanFactory.OrderedLdapResult
          OrderedLdapResult represents a collection of ldap entries that are ordered by insertion.
 
Constructor Summary
OrderedLdapBeanFactory()
           
 
Method Summary
 LdapAttribute newLdapAttribute()
          Create a new instance of LdapAttribute.
 LdapAttributes newLdapAttributes()
          Create a new instance of LdapAttributes.
 LdapEntry newLdapEntry()
          Create a new instance of LdapEntry.
 LdapResult newLdapResult()
          Create a new instance of LdapResult.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderedLdapBeanFactory

public OrderedLdapBeanFactory()
Method Detail

newLdapResult

public LdapResult newLdapResult()
Create a new instance of LdapResult.

Specified by:
newLdapResult in interface LdapBeanFactory
Returns:
LdapResult

newLdapEntry

public LdapEntry newLdapEntry()
Create a new instance of LdapEntry.

Specified by:
newLdapEntry in interface LdapBeanFactory
Returns:
LdapEntry

newLdapAttributes

public LdapAttributes newLdapAttributes()
Create a new instance of LdapAttributes.

Specified by:
newLdapAttributes in interface LdapBeanFactory
Returns:
LdapAttributes

newLdapAttribute

public LdapAttribute newLdapAttribute()
Create a new instance of LdapAttribute.

Specified by:
newLdapAttribute in interface LdapBeanFactory
Returns:
LdapAttribute


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