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 IDBObjIDBRegistry. createObject(netscape.ldap.LDAPAttributeSet attrs)Creates object from attribute set.IDBObjIDBSSession. read(java.lang.String name)Reads an object from the database.IDBObjIDBSSession. 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 voidIDBSSession. add(java.lang.String name, IDBObj obj)Adds object to backend database.netscape.ldap.LDAPAttributeSetIDBRegistry. createLDAPAttributeSet(IDBObj obj)Creates attribute set from object.voidIDBAttrMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and puts the object into 'parent'.voidIDBRegistry. mapObject(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into LDAP attribute set.voidIDBAttrMapper. 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 interfaceICertRecordAn 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 interfaceICRLIssuingPointRecordAn 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 interfaceIRepositoryRecordAn 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 classProofOfArchivalA 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 interfaceIRequestRecordA request record is the stored version of a request.
-