Package com.netscape.certsrv.pattern
Class AttrSetCollection
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
IAttrSet>
This class represents a collection of attribute
sets.
- Version:
- $Revision$, $Date$
- See Also:
-
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
Retrieves a attribute set from this collection.- Parameters:
name
- name of the attribute set- Returns:
- attribute set
-
putAttrSet
Sets attribute set in this collection.- Parameters:
name
- set of the attribute setset
- attribute set
-