Package | Description |
---|---|
netscape.ldap | |
netscape.ldap.client.opers | |
netscape.ldap.util |
Modifier and Type | Method and Description |
---|---|
LDAPAttribute |
LDAPAttributeSet.elementAt(int index)
Returns the attribute at the position specified by the index.
|
LDAPAttribute |
LDAPModification.getAttribute()
Returns the attribute (possibly with values) to be modified.
|
LDAPAttribute |
LDAPAttributeSet.getAttribute(java.lang.String attrName)
Returns a single attribute that exactly matches the specified attribute
name.
|
LDAPAttribute |
LDAPEntry.getAttribute(java.lang.String attrName)
In an entry, returns the single attribute that exactly matches the
specified attribute name.
|
LDAPAttribute |
LDAPAttributeSet.getAttribute(java.lang.String attrName,
java.lang.String lang)
Returns the subtype that matches the attribute name specified
by
attrName and the language specificaton identified
by lang . |
LDAPAttribute |
LDAPEntry.getAttribute(java.lang.String attrName,
java.lang.String lang)
Returns the subtype that matches "attrName" and that best matches
a language specification "lang".
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<LDAPAttribute> |
LDAPAttributeSet.getAttributes()
Returns an enumeration of the attributes in this attribute set.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPModificationSet.add(int op,
LDAPAttribute attr)
Specifies another modification to be added to the set of modifications.
|
void |
LDAPAttributeSet.add(LDAPAttribute attr)
Adds the specified attribute to this attribute set.
|
boolean |
LDAPConnection.compare(java.lang.String DN,
LDAPAttribute attr)
Checks to see if an entry contains an attribute with a specified value.
|
boolean |
LDAPv2.compare(java.lang.String DN,
LDAPAttribute attr)
Compares the given entry's attribute value to the specified
attribute value.
|
boolean |
LDAPConnection.compare(java.lang.String DN,
LDAPAttribute attr,
LDAPConstraints cons) |
boolean |
LDAPv2.compare(java.lang.String DN,
LDAPAttribute attr,
LDAPConstraints cons)
Compares the given entry's attribute value to the specified
attribute value.
|
LDAPResponseListener |
LDAPAsynchronousConnection.compare(java.lang.String dn,
LDAPAttribute attr,
LDAPResponseListener listener)
Compares an attribute value with one in the directory.
|
LDAPResponseListener |
LDAPConnection.compare(java.lang.String dn,
LDAPAttribute attr,
LDAPResponseListener listener)
Compare an attribute value with one in the directory.
|
LDAPResponseListener |
LDAPAsynchronousConnection.compare(java.lang.String dn,
LDAPAttribute attr,
LDAPResponseListener listener,
LDAPConstraints cons)
Compares an attribute value with one in the directory.
|
LDAPResponseListener |
LDAPConnection.compare(java.lang.String dn,
LDAPAttribute attr,
LDAPResponseListener listener,
LDAPConstraints cons)
Compare an attribute value with one in the directory.
|
boolean |
LDAPConnection.compare(java.lang.String DN,
LDAPAttribute attr,
LDAPSearchConstraints cons)
Deprecated.
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |
protected void |
LDAPSchemaElement.update(LDAPConnection ld,
int op,
LDAPAttribute[] attrs,
java.lang.String dn)
Adds, removes or modifies the definition from a Directory.
|
protected void |
LDAPSchemaElement.update(LDAPConnection ld,
int op,
LDAPAttribute attr,
java.lang.String dn)
Adds, removes or modifies the definition from a Directory.
|
Constructor and Description |
---|
LDAPAttribute(LDAPAttribute attr)
Constructs an attribute from another existing attribute.
|
LDAPAttributeSet(LDAPAttribute[] attrs)
Constructs an attribute set.
|
LDAPModification(int op,
LDAPAttribute attr)
Specifies a modification to be made to an attribute.
|
Modifier and Type | Field and Description |
---|---|
protected LDAPAttribute[] |
JDAPSearchResponse.m_attributes |
protected LDAPAttribute[] |
JDAPAddRequest.m_attrs |
Modifier and Type | Method and Description |
---|---|
LDAPAttribute[] |
JDAPSearchResponse.getAttributes()
Retrieves attributes
|
Constructor and Description |
---|
JDAPAddRequest(java.lang.String dn,
LDAPAttribute[] attrs)
Constructs add request.
|
Modifier and Type | Method and Description |
---|---|
LDAPAttribute[] |
LDIFAttributeContent.getAttributes()
Retrieves the list of the attributes specified in the content
of the LDIF record.
|
LDAPAttribute[] |
LDIFAddContent.getAttributes()
Retrieves the list of the attributes specified in the content
of the LDIF record.
|
Modifier and Type | Method and Description |
---|---|
void |
LDIFAttributeContent.addElement(LDAPAttribute attr)
Adds an attribute to the content of the LDIF record.
|
protected void |
LDIFWriter.printAttribute(LDAPAttribute attr)
Print an attribute of an entry
|
protected void |
DSMLWriter.printAttribute(LDAPAttribute attr)
Print an attribute of an entry
|
protected abstract void |
LDAPWriter.printAttribute(LDAPAttribute attr)
Print an attribute of an entry
|
Constructor and Description |
---|
LDIFAddContent(LDAPAttribute[] attrs)
Constructs a new
LDIFAddContent object with
the specified attributes. |