Package 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-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 LdapAttribute
newLdapAttribute()
Create a new instance ofLdapAttribute
.LdapAttributes
newLdapAttributes()
Create a new instance ofLdapAttributes
.LdapEntry
newLdapEntry()
Create a new instance ofLdapEntry
.LdapResult
newLdapResult()
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
-
-