edu.vt.middleware.ldap.bean
Interface LdapBeanFactory

All Known Implementing Classes:
OrderedLdapBeanFactory, SortedLdapBeanFactory, UnorderedLdapBeanFactory

public interface LdapBeanFactory

LdapBeanFactory provides an interface for ldap bean type factories.

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

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.
 

Method Detail

newLdapResult

LdapResult newLdapResult()
Create a new instance of LdapResult.

Returns:
LdapResult

newLdapEntry

LdapEntry newLdapEntry()
Create a new instance of LdapEntry.

Returns:
LdapEntry

newLdapAttributes

LdapAttributes newLdapAttributes()
Create a new instance of LdapAttributes.

Returns:
LdapAttributes

newLdapAttribute

LdapAttribute newLdapAttribute()
Create a new instance of LdapAttribute.

Returns:
LdapAttribute


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