Package edu.vt.middleware.ldap.bean
Class OrderedLdapBeanFactory
- java.lang.Object
-
- edu.vt.middleware.ldap.bean.OrderedLdapBeanFactory
-
- All Implemented Interfaces:
LdapBeanFactory
public class OrderedLdapBeanFactory extends java.lang.Object implements LdapBeanFactory
OrderedLdapBeanFactory
provides an ldap bean factory that produces ordered ldap beans.- Version:
- $Revision: 1330 $ $Date: 2010-05-24 00:10:53 +0200 (Mon, 24 May 2010) $
- Author:
- Middleware Services
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
OrderedLdapBeanFactory.OrderedLdapAttribute
OrderedLdapAttribute
represents a single ldap attribute whose values are ordered by insertion.protected class
OrderedLdapBeanFactory.OrderedLdapAttributes
OrderedLdapAttributes
represents a collection of ldap attribute that are ordered by insertion.protected class
OrderedLdapBeanFactory.OrderedLdapEntry
OrderedLdapEntry
represents a single ldap entry.protected class
OrderedLdapBeanFactory.OrderedLdapResult
OrderedLdapResult
represents a collection of ldap entries that are ordered by insertion.
-
Constructor Summary
Constructors Constructor Description OrderedLdapBeanFactory()
-
Method Summary
All Methods Instance Methods Concrete 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
public LdapResult newLdapResult()
Create a new instance ofLdapResult
.- Specified by:
newLdapResult
in interfaceLdapBeanFactory
- Returns:
LdapResult
-
newLdapEntry
public LdapEntry newLdapEntry()
Create a new instance ofLdapEntry
.- Specified by:
newLdapEntry
in interfaceLdapBeanFactory
- Returns:
LdapEntry
-
newLdapAttributes
public LdapAttributes newLdapAttributes()
Create a new instance ofLdapAttributes
.- Specified by:
newLdapAttributes
in interfaceLdapBeanFactory
- Returns:
LdapAttributes
-
newLdapAttribute
public LdapAttribute newLdapAttribute()
Create a new instance ofLdapAttribute
.- Specified by:
newLdapAttribute
in interfaceLdapBeanFactory
- Returns:
LdapAttribute
-
-