Package com.netscape.certsrv.pattern
Class AttrSetCollection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttrSet
(String name) Retrieves a attribute set from this collection.void
putAttrSet
(String name, IAttrSet set) Sets attribute set in this collection.Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Constructor Details
-
AttrSetCollection
public AttrSetCollection()Constructs a collection.
-
-
Method Details
-
getAttrSet
-
putAttrSet
-