Property | Type | Description | |
---|---|---|---|
attrs | |||
dn | System.String |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CompareTo ( System entry ) : int |
Compares this object with the specified object for order. Ordering is determined by comparing normalized DN values (see {@link LdapEntry#getDN() } and {@link LdapDN#normalize(java.lang.String)}) using the compareTo method of the String class.
|
|
LdapEntry ( ) : System |
Constructs an empty entry.
|
|
LdapEntry ( System dn ) : System |
Constructs a new entry with the specified distinguished name and with an empty attribute set.
|
|
LdapEntry ( System dn, |
Constructs a new entry with the specified distinguished name and set of attributes.
|
|
ToString ( ) : System.String |
Returns a string representation of this LdapEntry
|
|
getAttribute ( System attrName ) : |
Returns the attributes matching the specified attrName.
|
|
getAttributeSet ( ) : |
Returns the attribute set of the entry. All base and subtype variants of all attributes are returned. The LdapAttributeSet returned may be empty if there are no attributes in the entry.
|
|
getAttributeSet ( System subtype ) : |
Returns an attribute set from the entry, consisting of only those attributes matching the specified subtypes. The getAttributeSet method can be used to extract only a particular language variant subtype of each attribute, if it exists. The "subtype" may be, for example, "lang-ja", "binary", or "lang-ja;phonetic". If more than one subtype is specified, separated with a semicolon, only those attributes with all of the named subtypes will be returned. The LdapAttributeSet returned may be empty if there are no matching attributes in the entry.
|
public CompareTo ( System entry ) : int | ||
entry | System | Entry to compare to /// /// |
return | int |
public LdapEntry ( System dn ) : System | ||
dn | System | The distinguished name of the entry. The /// value is not validated. An invalid distinguished /// name will cause operations using this entry to fail. /// /// |
return | System |
public LdapEntry ( System dn, |
||
dn | System | The distinguished name of the new entry. The /// value is not validated. An invalid distinguished /// name will cause operations using this entry to fail. /// /// |
attrs | The initial set of attributes assigned to the /// entry. /// | |
return | System |
public getAttribute ( System attrName ) : |
||
attrName | System | The name of the attribute or attributes to return. /// /// |
return |
public getAttributeSet ( ) : |
||
return |
public getAttributeSet ( System subtype ) : |
||
subtype | System | One or more subtype specification(s), separated /// with semicolons. The "lang-ja" and /// "lang-en;phonetic" are valid subtype /// specifications. /// /// |
return |
protected LdapAttributeSet,Novell.Directory.Ldap attrs | ||
return |