|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LdapEntry
LdapEntry represents a single ldap entry.
| Method Summary | |
|---|---|
String |
getDn()
This returns the DN for this LdapEntry. |
LdapAttributes |
getLdapAttributes()
This returns the LdapAttributes for this
LdapEntry. |
void |
setDn(String dn)
This sets the DN for this LdapEntry. |
void |
setEntry(SearchResult sr)
This sets this LdapEntry with the supplied search result. |
void |
setLdapAttributes(LdapAttributes a)
This sets the attributes for this LdapEntry. |
SearchResult |
toSearchResult()
This returns a SearchResult that represents this entry. |
| Method Detail |
|---|
String getDn()
LdapEntry.
StringLdapAttributes getLdapAttributes()
LdapAttributes for this
LdapEntry.
LdapAttributes
void setEntry(SearchResult sr)
throws NamingException
LdapEntry with the supplied search result.
sr - SearchResult
NamingException - if the search result cannot be readvoid setDn(String dn)
LdapEntry.
dn - Stringvoid setLdapAttributes(LdapAttributes a)
LdapEntry.
a - LdapAttributeSearchResult toSearchResult()
SearchResult that represents this entry.
SearchResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||