edu.vt.middleware.ldap.bean
Class SortedLdapBeanFactory

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

public class SortedLdapBeanFactory
extends Object
implements LdapBeanFactory

SortedLdapBeanFactory provides an ldap bean factory that produces sorted 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 SortedLdapBeanFactory.SortedLdapAttribute
          SortedLdapAttribute represents a single ldap attribute whose values are sorted.
protected  class SortedLdapBeanFactory.SortedLdapAttributes
          SortedLdapAttributes represents a collection of ldap attribute that are sorted by their name.
protected  class SortedLdapBeanFactory.SortedLdapEntry
          SortedLdapEntry represents a single ldap entry.
protected  class SortedLdapBeanFactory.SortedLdapResult
          SortedLdapResult represents a collection of ldap entries that are sorted by their DN.
 
Constructor Summary
SortedLdapBeanFactory()
           
 
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

SortedLdapBeanFactory

public SortedLdapBeanFactory()
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.