Class MetaInfo
java.lang.Object
com.netscape.certsrv.base.MetaInfo
- All Implemented Interfaces:
IAttrSet,Serializable
A class represents meta information. A meta information
object is just a generic hashtable that is embedded into
a request object.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeletes an attribute value from this CertAttrSet.Gets an attribute value.Returns an enumeration of the names of the attributes existing within this attribute.voidSets an attribute value.toString()Returns a short string describing this certificate attribute.
-
Field Details
-
REQUEST_ID
- See Also:
-
IN_LDAP_PUBLISH_DIR
- See Also:
-
-
Constructor Details
-
MetaInfo
public MetaInfo()Constructs a meta information.
-
-
Method Details
-
toString
-
get
Gets an attribute value.- Specified by:
getin interfaceIAttrSet- Parameters:
name- the name of the attribute to return.- Throws:
EBaseException- on attribute handling errors.
-
set
Sets an attribute value.- Specified by:
setin interfaceIAttrSet- Parameters:
name- the name of the attributeobj- the attribute object.- Throws:
EBaseException- on attribute handling errors.
-
delete
Deletes an attribute value from this CertAttrSet.- Specified by:
deletein interfaceIAttrSet- Parameters:
name- the name of the attribute to delete.- Throws:
EBaseException- on attribute handling errors.
-
getElements
Returns an enumeration of the names of the attributes existing within this attribute.- Specified by:
getElementsin interfaceIAttrSet- Returns:
- an enumeration of the attribute names.
-