Class AttrSetCollection

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<String,IAttrSet>
com.netscape.certsrv.pattern.AttrSetCollection
All Implemented Interfaces:
Serializable, Cloneable, Map<String,IAttrSet>

public class AttrSetCollection extends Hashtable<String,IAttrSet>
This class represents a collection of attribute sets.
Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • AttrSetCollection

      public AttrSetCollection()
      Constructs a collection.
  • Method Details

    • getAttrSet

      public IAttrSet getAttrSet(String name)
      Retrieves a attribute set from this collection.
      Parameters:
      name - name of the attribute set
      Returns:
      attribute set
    • putAttrSet

      public void putAttrSet(String name, IAttrSet set)
      Sets attribute set in this collection.
      Parameters:
      name - set of the attribute set
      set - attribute set