| Package | Description |
|---|---|
| netscape.ldap |
| Modifier and Type | Method and Description |
|---|---|
LDAPAttributeSet |
LDAPEntry.getAttributeSet()
Returns the attribute set of the entry.
|
LDAPAttributeSet |
LDAPEntry.getAttributeSet(java.lang.String subtype)
Creates a new attribute set containing only the attributes
that have the specified subtypes.
|
LDAPAttributeSet |
LDAPAttributeSet.getSubset(java.lang.String subtype)
Creates a new attribute set containing only the attributes
that have the specified subtypes.
|
| Constructor and Description |
|---|
LDAPEntry(java.lang.String distinguishedName,
LDAPAttributeSet attrs)
Constructs a new entry with the specified distinguished name and
set of attributes.
|