Package | Description |
---|---|
edu.vt.middleware.ldap.bean | |
edu.vt.middleware.ldap.dsml | |
edu.vt.middleware.ldap.ldif |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLdapResult<T extends Map<java.lang.String,LdapEntry>>
AbstractLdapResult provides a base implementation of
LdapResult where the underlying entries are backed by a
Map . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLdapEntry
AbstractLdapEntry provides a base implementation of
LdapEntry . |
protected class |
OrderedLdapBeanFactory.OrderedLdapEntry
OrderedLdapEntry represents a single ldap entry. |
protected class |
SortedLdapBeanFactory.SortedLdapEntry
SortedLdapEntry represents a single ldap entry. |
protected class |
UnorderedLdapBeanFactory.UnorderedLdapEntry
UnorderedLdapEntry represents a single ldap entry. |
Modifier and Type | Method and Description |
---|---|
LdapEntry |
AbstractLdapResult.getEntry(java.lang.String dn)
This returns the
LdapEntry for this LdapResult
with the supplied DN. |
LdapEntry |
LdapResult.getEntry(java.lang.String dn)
This returns the
LdapEntry for this LdapResult
with the supplied DN. |
LdapEntry |
UnorderedLdapBeanFactory.newLdapEntry()
Create a new instance of
LdapEntry . |
LdapEntry |
LdapBeanFactory.newLdapEntry()
Create a new instance of
LdapEntry . |
LdapEntry |
SortedLdapBeanFactory.newLdapEntry()
Create a new instance of
LdapEntry . |
LdapEntry |
OrderedLdapBeanFactory.newLdapEntry()
Create a new instance of
LdapEntry . |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<LdapEntry> |
AbstractLdapResult.getEntries()
This returns a
Collection of LdapEntry for this
LdapResult . |
java.util.Collection<LdapEntry> |
LdapResult.getEntries()
This returns a
Collection of LdapEntry for this
LdapResult . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLdapResult.addEntry(LdapEntry e)
This adds a new entry to this
LdapResult . |
void |
LdapResult.addEntry(LdapEntry e)
This adds a new entry to this
LdapResult . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLdapResult.addEntries(java.util.Collection<LdapEntry> c)
This adds a
Collection of entries to this
LdapResult . |
void |
LdapResult.addEntries(java.util.Collection<LdapEntry> c)
This adds a
Collection of entries to this
LdapResult . |
Modifier and Type | Method and Description |
---|---|
protected LdapEntry |
AbstractDsml.createLdapEntry(org.dom4j.Element entryElement)
This will take a DSML
Element containing an entry of type
|
protected LdapEntry |
Dsmlv1.createLdapEntry(org.dom4j.Element entryElement)
This will take a DSML
Element containing an entry of type
|
Modifier and Type | Method and Description |
---|---|
protected org.dom4j.Element |
AbstractDsml.createDsmlEntry(org.dom4j.QName entryName,
LdapEntry ldapEntry,
org.dom4j.Namespace ns)
This will take an LDAP search result and convert it to a DSML entry
element.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
Ldif.createLdifEntry(LdapEntry ldapEntry)
This will take an LDAP entry and convert it to LDIF.
|
Copyright © 2014. All Rights Reserved.