public class UnorderedLdapBeanFactory extends Object implements LdapBeanFactory
UnorderedLdapBeanFactory
provides an ldap bean factory that
produces unordered ldap beans.Modifier and Type | Class and Description |
---|---|
protected class |
UnorderedLdapBeanFactory.UnorderedLdapAttribute
UnorderedLdapAttribute represents a single ldap attribute
whose values are unordered. |
protected class |
UnorderedLdapBeanFactory.UnorderedLdapAttributes
UnorderedLdapAttributes represents a collection of ldap
attribute that are unordered. |
protected class |
UnorderedLdapBeanFactory.UnorderedLdapEntry
UnorderedLdapEntry represents a single ldap entry. |
protected class |
UnorderedLdapBeanFactory.UnorderedLdapResult
UnorderedLdapResult represents a collection of ldap entries
that are unordered. |
Constructor and Description |
---|
UnorderedLdapBeanFactory() |
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 © 2019. All rights reserved.