Uses of Class
netscape.ldap.LDAPAttributeSet
Packages that use LDAPAttributeSet
-
Uses of LDAPAttributeSet in netscape.ldap
Methods in netscape.ldap that return LDAPAttributeSetModifier and TypeMethodDescriptionLDAPEntry.getAttributeSet()
Returns the attribute set of the entry.LDAPEntry.getAttributeSet
(String subtype) Creates a new attribute set containing only the attributes that have the specified subtypes.Creates a new attribute set containing only the attributes that have the specified subtypes.Constructors in netscape.ldap with parameters of type LDAPAttributeSetModifierConstructorDescriptionLDAPEntry
(String distinguishedName, LDAPAttributeSet attrs) Constructs a new entry with the specified distinguished name and set of attributes.