|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ietf.ldap.LDAPEntry
public class LDAPEntry
Represents a single entry in a directory, consisting of a distinguished name (DN) and zero or more attributes.
| Field Summary | |
|---|---|
private LDAPEntry |
entry
|
| Constructor Summary | |
|---|---|
LDAPEntry()
Constructs an empty entry. |
|
LDAPEntry(LDAPEntry entry)
Constructs an Entry from com.novell.ldap.LDAPEntry |
|
LDAPEntry(java.lang.String dn)
Constructs a new entry with the specified distinguished name and with an empty attribute set. |
|
LDAPEntry(java.lang.String dn,
LDAPAttributeSet attrs)
Constructs a new entry with the specified distinguished name and set of attributes. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object entry)
Compares this object to the specified object for order. |
LDAPAttribute |
getAttribute(java.lang.String attrName)
Returns the attributes matching the specified attrName. |
LDAPAttributeSet |
getAttributeSet()
Returns the attribute set of the entry. |
LDAPAttributeSet |
getAttributeSet(java.lang.String subtype)
Returns an attribute set from the entry, consisting of only those attributes matching the specified subtypes. |
java.lang.String |
getDN()
Returns the distinguished name of the entry. |
(package private) LDAPEntry |
getWrappedObject()
Gets the com.novell.ldap.LDAPEntry object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private LDAPEntry entry
| Constructor Detail |
|---|
LDAPEntry(LDAPEntry entry)
public LDAPEntry()
public LDAPEntry(java.lang.String dn)
public LDAPEntry(java.lang.String dn,
LDAPAttributeSet attrs)
| Method Detail |
|---|
LDAPEntry getWrappedObject()
public LDAPAttribute getAttribute(java.lang.String attrName)
public LDAPAttributeSet getAttributeSet()
public LDAPAttributeSet getAttributeSet(java.lang.String subtype)
public java.lang.String getDN()
public int compareTo(java.lang.Object entry)
compareTo in interface java.lang.Comparable
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||