Uses of Interface
com.netscape.certsrv.dbs.IDBObj
-
-
Uses of IDBObj in com.netscape.certsrv.dbs
Methods in com.netscape.certsrv.dbs that return IDBObj Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Interface Description 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 Modifier and Type Interface Description 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 Modifier and Type Interface Description 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 Modifier and Type Class Description 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 Modifier and Type Interface Description interface
IRequestRecord
A request record is the stored version of a request.
-