Searched defs:AttrSet (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DAttrSet.java25 * $Id: AttrSet.java,v 1.4 2009/01/28 05:34:49 ww203982 Exp $
44 public class AttrSet implements java.io.Serializable, java.lang.Cloneable { class in inherits:java.io.Serializable,java.lang.Cloneable
52 public static final AttrSet EMPTY_ATTR_SET = new AttrSet();
58 public AttrSet() { method in class:AttrSet
68 public AttrSet(Attr[] attrs) { method in class:AttrSet
83 public AttrSet(Attr attr) { method in class:AttrSet
88 * Construct AttrSet from LDAPAttributeSet
94 public AttrSet(Collection<Attribute> ldapAttrSet) { method in class:AttrSet
107 * Add one attribute to the AttrSet Th
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DAttrSet.java25 * $Id: AttrSet.java,v 1.4 2009/01/28 05:34:49 ww203982 Exp $
44 public class AttrSet implements java.io.Serializable, java.lang.Cloneable { class in inherits:java.io.Serializable,java.lang.Cloneable
52 public static final AttrSet EMPTY_ATTR_SET = new AttrSet();
58 public AttrSet() { method in class:AttrSet
68 public AttrSet(Attr[] attrs) { method in class:AttrSet
83 public AttrSet(Attr attr) { method in class:AttrSet
88 * Construct AttrSet from LDAPAttributeSet
94 public AttrSet(Collection<Attribute> ldapAttrSet) { method in class:AttrSet
107 * Add one attribute to the AttrSet Th
[all...]

Completed in 28 milliseconds