public class SortedLdapBeanFactory extends Object implements LdapBeanFactory
SortedLdapBeanFactory provides an ldap bean factory that
produces sorted ldap beans.| Modifier and Type | Class and 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 and Description |
|---|
SortedLdapBeanFactory() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public LdapResult newLdapResult()
LdapResult.newLdapResult in interface LdapBeanFactoryLdapResultpublic LdapEntry newLdapEntry()
LdapEntry.newLdapEntry in interface LdapBeanFactoryLdapEntrypublic LdapAttributes newLdapAttributes()
LdapAttributes.newLdapAttributes in interface LdapBeanFactoryLdapAttributespublic LdapAttribute newLdapAttribute()
LdapAttribute.newLdapAttribute in interface LdapBeanFactoryLdapAttributeCopyright © 2014. All rights reserved.