Package edu.vt.middleware.ldap.bean
Interface LdapBeanFactory
-
- All Known Implementing Classes:
OrderedLdapBeanFactory,SortedLdapBeanFactory,UnorderedLdapBeanFactory
public interface LdapBeanFactoryLdapBeanFactoryprovides an interface for ldap bean type factories.- Version:
- $Revision: 1330 $ $Date: 2010-05-24 00:10:53 +0200 (Mon, 24 May 2010) $
- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LdapAttributenewLdapAttribute()Create a new instance ofLdapAttribute.LdapAttributesnewLdapAttributes()Create a new instance ofLdapAttributes.LdapEntrynewLdapEntry()Create a new instance ofLdapEntry.LdapResultnewLdapResult()Create a new instance ofLdapResult.
-
-
-
Method Detail
-
newLdapResult
LdapResult newLdapResult()
Create a new instance ofLdapResult.- Returns:
LdapResult
-
newLdapEntry
LdapEntry newLdapEntry()
Create a new instance ofLdapEntry.- Returns:
LdapEntry
-
newLdapAttributes
LdapAttributes newLdapAttributes()
Create a new instance ofLdapAttributes.- Returns:
LdapAttributes
-
newLdapAttribute
LdapAttribute newLdapAttribute()
Create a new instance ofLdapAttribute.- Returns:
LdapAttribute
-
-