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