Uses of Class
netscape.ldap.LDAPAttributeSet
-
Packages that use LDAPAttributeSet Package Description netscape.ldap -
-
Uses of LDAPAttributeSet in netscape.ldap
Methods in netscape.ldap that return LDAPAttributeSet Modifier and Type Method Description LDAPAttributeSetLDAPEntry. getAttributeSet()Returns the attribute set of the entry.LDAPAttributeSetLDAPEntry. getAttributeSet(java.lang.String subtype)Creates a new attribute set containing only the attributes that have the specified subtypes.LDAPAttributeSetLDAPAttributeSet. 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 Constructor Description LDAPEntry(java.lang.String distinguishedName, LDAPAttributeSet attrs)Constructs a new entry with the specified distinguished name and set of attributes.
-