Package edu.vt.middleware.ldap.bean
Class SortedLdapBeanFactory
- java.lang.Object
-
- edu.vt.middleware.ldap.bean.SortedLdapBeanFactory
-
- All Implemented Interfaces:
LdapBeanFactory
public class SortedLdapBeanFactory extends java.lang.Object implements LdapBeanFactory
SortedLdapBeanFactory
provides an ldap bean factory that produces sorted 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
SortedLdapBeanFactory.SortedLdapAttribute
SortedLdapAttribute
represents a single ldap attribute whose values are sorted.protected class
SortedLdapBeanFactory.SortedLdapAttributes
SortedLdapAttributes
represents a collection of ldap attribute that are sorted by their name.protected class
SortedLdapBeanFactory.SortedLdapEntry
SortedLdapEntry
represents a single ldap entry.protected class
SortedLdapBeanFactory.SortedLdapResult
SortedLdapResult
represents a collection of ldap entries that are sorted by their DN.
-
Constructor Summary
Constructors Constructor Description SortedLdapBeanFactory()
-
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
-
-