|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IDBObj in com.netscape.certsrv.dbs |
---|
Methods in com.netscape.certsrv.dbs that return IDBObj | |
---|---|
IDBObj |
IDBRegistry.createObject(netscape.ldap.LDAPAttributeSet attrs)
Creates object from attribute set. |
IDBObj |
IDBSSession.read(java.lang.String name)
Reads an object from the database. |
IDBObj |
IDBSSession.read(java.lang.String name,
java.lang.String[] attrs)
Reads an object from the database, and only populates the selected attributes. |
Methods in com.netscape.certsrv.dbs with parameters of type IDBObj | |
---|---|
void |
IDBSSession.add(java.lang.String name,
IDBObj obj)
Adds object to backend database. |
netscape.ldap.LDAPAttributeSet |
IDBRegistry.createLDAPAttributeSet(IDBObj obj)
Creates attribute set from object. |
void |
IDBAttrMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs,
java.lang.String name,
IDBObj parent)
Maps LDAP attributes into object, and puts the object into 'parent'. |
void |
IDBRegistry.mapObject(IDBObj parent,
java.lang.String name,
java.lang.Object obj,
netscape.ldap.LDAPAttributeSet attrs)
Maps object into LDAP attribute set. |
void |
IDBAttrMapper.mapObjectToLDAPAttributeSet(IDBObj parent,
java.lang.String name,
java.lang.Object obj,
netscape.ldap.LDAPAttributeSet attrs)
Maps object attribute into LDAP attributes. |
Uses of IDBObj in com.netscape.certsrv.dbs.certdb |
---|
Subinterfaces of IDBObj in com.netscape.certsrv.dbs.certdb | |
---|---|
interface |
ICertRecord
An interface contains constants for certificate record. |
Uses of IDBObj in com.netscape.certsrv.dbs.crldb |
---|
Subinterfaces of IDBObj in com.netscape.certsrv.dbs.crldb | |
---|---|
interface |
ICRLIssuingPointRecord
An interface that defines abilities of a CRL issuing point record. |
Uses of IDBObj in com.netscape.certsrv.dbs.repository |
---|
Subinterfaces of IDBObj in com.netscape.certsrv.dbs.repository | |
---|---|
interface |
IRepositoryRecord
An interface represents a generic repository record. |
Uses of IDBObj in com.netscape.certsrv.kra |
---|
Classes in com.netscape.certsrv.kra that implement IDBObj | |
---|---|
class |
ProofOfArchival
A class represents a proof of escrow. |
Uses of IDBObj in com.netscape.certsrv.request |
---|
Subinterfaces of IDBObj in com.netscape.certsrv.request | |
---|---|
interface |
IRequestRecord
A request record is the stored version of a request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |