|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable
com.netscape.certsrv.pattern.AttrSetCollection
public class AttrSetCollection
This class represents a collection of attribute sets.
Constructor Summary | |
---|---|
AttrSetCollection()
Constructs a collection. |
Method Summary | |
---|---|
IAttrSet |
getAttrSet(java.lang.String name)
Retrieves a attribute set from this collection. |
void |
putAttrSet(java.lang.String name,
IAttrSet set)
Sets attribute set in this collection. |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttrSetCollection()
Method Detail |
---|
public IAttrSet getAttrSet(java.lang.String name)
name
- name of the attribute set
public void putAttrSet(java.lang.String name, IAttrSet set)
name
- set of the attribute setset
- attribute set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |