Uses of Class
netscape.ldap.LDAPAttribute
Packages that use LDAPAttribute
Package
Description
-
Uses of LDAPAttribute in Unnamed Package
Methods in Unnamed Package that return LDAPAttributeModifier and TypeMethodDescriptionprivate static LDAPAttribute
LDAPModify.checkFiles
(LDAPAttribute attr) Read in binary data for values specified with a leading /Methods in Unnamed Package with parameters of type LDAPAttributeModifier and TypeMethodDescriptionprivate static LDAPAttribute
LDAPModify.checkFiles
(LDAPAttribute attr) Read in binary data for values specified with a leading / -
Uses of LDAPAttribute in com.netscape.jndi.ldap
Fields in com.netscape.jndi.ldap with type parameters of type LDAPAttributeModifier and TypeFieldDescription(package private) Enumeration
<LDAPAttribute> AttributeEnum._attrEnum
(package private) Enumeration
<LDAPAttribute> AttributeIDEnum._attrEnum
Methods in com.netscape.jndi.ldap that return LDAPAttributeModifier and TypeMethodDescription(package private) static LDAPAttribute
AttributesImpl.jndiAttrToLdapAttr
(Attribute jndiAttr) Convert a JNDI Attribute to a LDAPAttributeMethods in com.netscape.jndi.ldap with parameters of type LDAPAttributeModifier and TypeMethodDescription(package private) static Attribute
AttributesImpl.ldapAttrToJndiAttr
(LDAPAttribute attr) Convert a LDAPAttribute to a JNDI AttributeConstructor parameters in com.netscape.jndi.ldap with type arguments of type LDAPAttributeModifierConstructorDescriptionAttributeEnum
(Enumeration<LDAPAttribute> attrEnum) AttributeIDEnum
(Enumeration<LDAPAttribute> attrEnum) -
Uses of LDAPAttribute in netscape.ldap
Fields in netscape.ldap declared as LDAPAttributeModifier and TypeFieldDescriptionprivate LDAPAttribute
LDAPModification.attribute
(package private) LDAPAttribute[]
LDAPAttributeSet.attrs
Fields in netscape.ldap with type parameters of type LDAPAttributeModifier and TypeFieldDescription(package private) Hashtable
<String, LDAPAttribute> LDAPAttributeSet.attrHash
Methods in netscape.ldap that return LDAPAttributeModifier and TypeMethodDescriptionLDAPAttributeSet.elementAt
(int index) Returns the attribute at the position specified by the index.LDAPAttributeSet.getAttribute
(String attrName) Returns a single attribute that exactly matches the specified attribute name.LDAPAttributeSet.getAttribute
(String attrName, String lang) Returns the subtype that matches the attribute name specified byattrName
and the language specificaton identified bylang
.LDAPEntry.getAttribute
(String attrName) In an entry, returns the single attribute that exactly matches the specified attribute name.LDAPEntry.getAttribute
(String attrName, String lang) Returns the subtype that matches "attrName" and that best matches a language specification "lang".LDAPModification.getAttribute()
Returns the attribute (possibly with values) to be modified.Methods in netscape.ldap that return types with arguments of type LDAPAttributeModifier and TypeMethodDescriptionLDAPAttributeSet.getAttributes()
Returns an enumeration of the attributes in this attribute set.Methods in netscape.ldap with parameters of type LDAPAttributeModifier and TypeMethodDescriptionvoid
LDAPAttributeSet.add
(LDAPAttribute attr) Adds the specified attribute to this attribute set.void
LDAPModificationSet.add
(int op, LDAPAttribute attr) Specifies another modification to be added to the set of modifications.LDAPAsynchronousConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener) Compares an attribute value with one in the directory.LDAPAsynchronousConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compares an attribute value with one in the directory.boolean
LDAPConnection.compare
(String DN, LDAPAttribute attr) Checks to see if an entry contains an attribute with a specified value.boolean
LDAPConnection.compare
(String DN, LDAPAttribute attr, LDAPConstraints cons) LDAPConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener) Compare an attribute value with one in the directory.LDAPConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compare an attribute value with one in the directory.boolean
LDAPConnection.compare
(String DN, LDAPAttribute attr, LDAPSearchConstraints cons) Deprecated.boolean
LDAPv2.compare
(String DN, LDAPAttribute attr) Deprecated, for removal: This API element is subject to removal in a future version.Compares the given entry's attribute value to the specified attribute value.boolean
LDAPv2.compare
(String DN, LDAPAttribute attr, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Compares the given entry's attribute value to the specified attribute value.(package private) void
LDAPConnection.performReferrals
(LDAPReferralException e, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> results) Follows a referral.(package private) void
LDAPConnection.referralOperation
(LDAPConnection connection, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> results) protected void
LDAPSchemaElement.update
(LDAPConnection ld, int op, LDAPAttribute[] attrs, String dn) Adds, removes or modifies the definition from a Directory.protected void
LDAPSchemaElement.update
(LDAPConnection ld, int op, LDAPAttribute attr, String dn) Adds, removes or modifies the definition from a Directory.Constructors in netscape.ldap with parameters of type LDAPAttributeModifierConstructorDescriptionLDAPAttribute
(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. -
Uses of LDAPAttribute in netscape.ldap.client.opers
Fields in netscape.ldap.client.opers declared as LDAPAttributeModifier and TypeFieldDescriptionprotected LDAPAttribute[]
JDAPSearchResponse.m_attributes
protected LDAPAttribute[]
JDAPAddRequest.m_attrs
Methods in netscape.ldap.client.opers that return LDAPAttributeConstructors in netscape.ldap.client.opers with parameters of type LDAPAttributeModifierConstructorDescriptionJDAPAddRequest
(String dn, LDAPAttribute[] attrs) Constructs add request. -
Uses of LDAPAttribute in netscape.ldap.util
Fields in netscape.ldap.util declared as LDAPAttributeModifier and TypeFieldDescriptionprivate LDAPAttribute[]
LDIFAddContent.m_attrs
Internal variablesFields in netscape.ldap.util with type parameters of type LDAPAttributeModifier and TypeFieldDescriptionprivate Vector
<LDAPAttribute> LDIFAttributeContent.m_attrs
Internal variablesMethods in netscape.ldap.util that return LDAPAttributeModifier and TypeMethodDescriptionLDIFAddContent.getAttributes()
Retrieves the list of the attributes specified in the content of the LDIF record.LDIFAttributeContent.getAttributes()
Retrieves the list of the attributes specified in the content of the LDIF record.Methods in netscape.ldap.util with parameters of type LDAPAttributeModifier and TypeMethodDescriptionvoid
LDIFAttributeContent.addElement
(LDAPAttribute attr) Adds an attribute to the content of the LDIF record.protected void
DSMLWriter.printAttribute
(LDAPAttribute attr) Print an attribute of an entryprotected abstract void
LDAPWriter.printAttribute
(LDAPAttribute attr) Print an attribute of an entryprotected void
LDIFWriter.printAttribute
(LDAPAttribute attr) Print an attribute of an entryConstructors in netscape.ldap.util with parameters of type LDAPAttributeModifierConstructorDescriptionLDIFAddContent
(LDAPAttribute[] attrs) Constructs a newLDIFAddContent
object with the specified attributes.
cons
isLDAPConstraints
instead ofLDAPSearchConstraints