Uses of Class
netscape.ldap.LDAPAttributeSet

Packages that use LDAPAttributeSet
netscape.ldap   
 

Uses of LDAPAttributeSet in netscape.ldap
 

Methods in netscape.ldap that return LDAPAttributeSet
 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.
 

Constructors in netscape.ldap with parameters of type LDAPAttributeSet
LDAPEntry(java.lang.String distinguishedName, LDAPAttributeSet attrs)
          Constructs a new entry with the specified distinguished name and set of attributes.