|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.certsrv.base.MetaInfo
public class MetaInfo
A class represents meta information. A meta information object is just a generic hashtable that is embedded into a request object.
| Field Summary | |
|---|---|
static java.lang.String |
IN_LDAP_PUBLISH_DIR
|
static java.lang.String |
REQUEST_ID
|
| Constructor Summary | |
|---|---|
MetaInfo()
Constructs a meta information. |
|
| Method Summary | |
|---|---|
void |
delete(java.lang.String name)
Deletes an attribute value from this CertAttrSet. |
java.lang.Object |
get(java.lang.String name)
Gets an attribute value. |
java.util.Enumeration |
getElements()
Returns an enumeration of the names of the attributes existing within this attribute. |
void |
set(java.lang.String name,
java.lang.Object obj)
Sets an attribute value. |
java.lang.String |
toString()
Returns a short string describing this certificate attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REQUEST_ID
public static final java.lang.String IN_LDAP_PUBLISH_DIR
| Constructor Detail |
|---|
public MetaInfo()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public java.lang.Object get(java.lang.String name)
throws EBaseException
get in interface IAttrSetname - the name of the attribute to return.
EBaseException - on attribute handling errors.
public void set(java.lang.String name,
java.lang.Object obj)
throws EBaseException
set in interface IAttrSetname - the name of the attributeobj - the attribute object.
EBaseException - on attribute handling errors.
public void delete(java.lang.String name)
throws EBaseException
delete in interface IAttrSetname - the name of the attribute to delete.
EBaseException - on attribute handling errors.public java.util.Enumeration getElements()
getElements in interface IAttrSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||