|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapEntry | |
|---|---|
| edu.vt.middleware.ldap.bean | |
| edu.vt.middleware.ldap.dsml | |
| edu.vt.middleware.ldap.ldif | |
| Uses of LdapEntry in edu.vt.middleware.ldap.bean |
|---|
| Classes in edu.vt.middleware.ldap.bean with type parameters of type LdapEntry | |
|---|---|
class |
AbstractLdapResult<T extends Map<String,LdapEntry>>
AbstractLdapResult provides a base implementation of
LdapResult where the underlying entries are backed by a
Map. |
| Classes in edu.vt.middleware.ldap.bean that implement LdapEntry | |
|---|---|
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. |
| Methods in edu.vt.middleware.ldap.bean that return LdapEntry | |
|---|---|
LdapEntry |
LdapResult.getEntry(String dn)
This returns the LdapEntry for this LdapResult
with the supplied DN. |
LdapEntry |
AbstractLdapResult.getEntry(String dn)
This returns the LdapEntry for this LdapResult
with the supplied DN. |
LdapEntry |
UnorderedLdapBeanFactory.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. |
LdapEntry |
LdapBeanFactory.newLdapEntry()
Create a new instance of LdapEntry. |
| Methods in edu.vt.middleware.ldap.bean that return types with arguments of type LdapEntry | |
|---|---|
Collection<LdapEntry> |
LdapResult.getEntries()
This returns a Collection of LdapEntry for this
LdapResult. |
Collection<LdapEntry> |
AbstractLdapResult.getEntries()
This returns a Collection of LdapEntry for this
LdapResult. |
| Methods in edu.vt.middleware.ldap.bean with parameters of type LdapEntry | |
|---|---|
void |
LdapResult.addEntry(LdapEntry e)
This adds a new entry to this LdapResult. |
void |
AbstractLdapResult.addEntry(LdapEntry e)
This adds a new entry to this LdapResult. |
| Method parameters in edu.vt.middleware.ldap.bean with type arguments of type LdapEntry | |
|---|---|
void |
LdapResult.addEntries(Collection<LdapEntry> c)
This adds a Collection of entries to this
LdapResult. |
void |
AbstractLdapResult.addEntries(Collection<LdapEntry> c)
This adds a Collection of entries to this
LdapResult. |
| Uses of LdapEntry in edu.vt.middleware.ldap.dsml |
|---|
| Methods in edu.vt.middleware.ldap.dsml that return LdapEntry | |
|---|---|
protected LdapEntry |
Dsmlv1.createLdapEntry(org.dom4j.Element entryElement)
This will take a DSML Element containing an entry of type
|
protected LdapEntry |
AbstractDsml.createLdapEntry(org.dom4j.Element entryElement)
This will take a DSML Element containing an entry of type
|
| Methods in edu.vt.middleware.ldap.dsml with parameters of type LdapEntry | |
|---|---|
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. |
| Uses of LdapEntry in edu.vt.middleware.ldap.ldif |
|---|
| Methods in edu.vt.middleware.ldap.ldif with parameters of type LdapEntry | |
|---|---|
protected String |
Ldif.createLdifEntry(LdapEntry ldapEntry)
This will take an LDAP entry and convert it to LDIF. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||