Frames | No Frames |
Constructors with parameter type netscape.ldap.LDAPAttribute | |
Constructs an attribute from another existing attribute. | |
Constructs an attribute set. | |
Specifies a modification to be made to an attribute. |
Methods with parameter type netscape.ldap.LDAPAttribute | |
void | Specifies another modification to be added to the set of modifications. |
void | Adds the specified attribute to this attribute set. |
boolean | Checks to see if an entry contains an attribute with a specified value. |
boolean | Compares the given entry's attribute value to the specified
attribute value. |
boolean | Compares the given entry's attribute value to the specified
attribute value. |
boolean | Compares the given entry's attribute value to the specified
attribute value. |
LDAPResponseListener | Compares an attribute value with one in the directory. |
LDAPResponseListener | Compare an attribute value with one in the directory. |
LDAPResponseListener | LDAPAsynchronousConnection.compare(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compares an attribute value with one in the directory. |
LDAPResponseListener | LDAPConnection.compare(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compare an attribute value with one in the directory. |
boolean | |
void | Adds, removes or modifies the definition from a Directory. |
void | Adds, removes or modifies the definition from a Directory. |
Methods with return type netscape.ldap.LDAPAttribute | |
LDAPAttribute | LDAPAttributeSet.elementAt(int index) Returns the attribute at the position specified by the index. |
LDAPAttribute | Returns the attribute (possibly with values) to be modified. |
LDAPAttribute | LDAPAttributeSet.getAttribute(String attrName) Returns a single attribute that exactly matches the specified attribute
name. |
LDAPAttribute | LDAPEntry.getAttribute(String attrName) In an entry, returns the single attribute that exactly matches the
specified attribute name. |
LDAPAttribute | LDAPAttributeSet.getAttribute(String attrName, String lang) Returns the subtype that matches the attribute name specified
by attrName and the language specificaton identified
by lang . |
LDAPAttribute | LDAPEntry.getAttribute(String attrName, String lang) Returns the subtype that matches "attrName" and that best matches
a language specification "lang". |
Methods with parameter type netscape.ldap.LDAPAttribute | |
void | Adds an attribute to the content of the LDIF record. |
void | Print an attribute of an entry
|
void | Print an attribute of an entry
|
void | Print an attribute of an entry
|
Methods with return type netscape.ldap.LDAPAttribute | |
LDAPAttribute[] | Retrieves the list of the attributes specified in the content
of the LDIF record. |
LDAPAttribute[] | Retrieves the list of the attributes specified in the content
of the LDIF record. |
Fields of type netscape.ldap.LDAPAttribute | |
LDAPAttribute[] | |
LDAPAttribute[] |
Methods with return type netscape.ldap.LDAPAttribute | |
LDAPAttribute[] | Retrieves attributes
|