Package com.netscape.certsrv.base
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 TypeMethodDescriptionvoid
Deletes an attribute value from this CertAttrSet.Gets an attribute value.Returns an enumeration of the names of the attributes existing within this attribute.void
Sets 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
Returns a short string describing this certificate attribute. -
get
Gets an attribute value.- Specified by:
get
in interfaceIAttrSet
- Parameters:
name
- the name of the attribute to return.- Throws:
EBaseException
- on attribute handling errors.
-
set
Sets an attribute value.- Specified by:
set
in 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:
delete
in 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:
getElements
in interfaceIAttrSet
- Returns:
- an enumeration of the attribute names.
-