edu.vt.middleware.ldap.bean
Class UnorderedLdapBeanFactory

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

public class UnorderedLdapBeanFactory
extends Object
implements LdapBeanFactory

UnorderedLdapBeanFactory provides an ldap bean factory that produces unordered 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 UnorderedLdapBeanFactory.UnorderedLdapAttribute
          UnorderedLdapAttribute represents a single ldap attribute whose values are unordered.
protected  class UnorderedLdapBeanFactory.UnorderedLdapAttributes
          UnorderedLdapAttributes represents a collection of ldap attribute that are unordered.
protected  class UnorderedLdapBeanFactory.UnorderedLdapEntry
          UnorderedLdapEntry represents a single ldap entry.
protected  class UnorderedLdapBeanFactory.UnorderedLdapResult
          UnorderedLdapResult represents a collection of ldap entries that are unordered.
 
Constructor Summary
UnorderedLdapBeanFactory()
           
 
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

UnorderedLdapBeanFactory

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