Uses of Class
netscape.ldap.LDAPAttributeSet
Packages that use LDAPAttributeSet
-
Uses of LDAPAttributeSet in com.netscape.jndi.ldap
Fields in com.netscape.jndi.ldap declared as LDAPAttributeSetMethods in com.netscape.jndi.ldap that return LDAPAttributeSetModifier and TypeMethodDescription(package private) static LDAPAttributeSet
AttributesImpl.jndiAttrsToLdapAttrSet
(Attributes jndiAttrs) Convert a JNDI Attributes object into a LDAPAttributeSet(package private) static LDAPAttributeSet
ObjectMapper.objectToAttrSet
(Object obj, String name, LdapContextImpl ctx, Attributes attrs) Convert a java object with an optional set of attributes into a LDAP entryMethods in com.netscape.jndi.ldap with parameters of type LDAPAttributeSetModifier and TypeMethodDescription(package private) LdapContextImpl
LdapService.addEntry
(LdapContextImpl ctx, String name, LDAPAttributeSet attrs) Create a new LDAP entryprivate static Reference
ObjectMapper.decodeRefObj
(LDAPAttributeSet attrs) Decode Jndi Reference ObjectConstructors in com.netscape.jndi.ldap with parameters of type LDAPAttributeSet -
Uses of LDAPAttributeSet in netscape.ldap
Fields in netscape.ldap declared as LDAPAttributeSetMethods 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.