public class MetaInfo extends java.lang.Object implements IAttrSet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IN_LDAP_PUBLISH_DIR |
static java.lang.String |
REQUEST_ID |
| Constructor and Description |
|---|
MetaInfo()
Constructs a meta information.
|
| Modifier and Type | Method and Description |
|---|---|
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<java.lang.String> |
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.
|
public static final java.lang.String REQUEST_ID
public static final java.lang.String IN_LDAP_PUBLISH_DIR
public java.lang.String toString()
toString in class java.lang.Objectpublic 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<java.lang.String> getElements()
getElements in interface IAttrSet