Uses of Interface
com.netscape.certsrv.dbs.IDBObj
-
-
Uses of IDBObj in com.netscape.certsrv.dbs
Classes in com.netscape.certsrv.dbs with type parameters of type IDBObj Modifier and Type Interface Description interfaceIDBVirtualList<E extends IDBObj>A interface represents a virtual list of search results.Methods in com.netscape.certsrv.dbs with type parameters of type IDBObj Modifier and Type Method Description <T extends IDBObj>
IDBVirtualList<T>IDBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>IDBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKeys, int pageSize)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>IDBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>IDBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String startFrom, java.lang.String sortKey, int pageSize)Retrieves a list of objects.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.keydb
Subinterfaces of IDBObj in com.netscape.certsrv.dbs.keydb Modifier and Type Interface Description interfaceIKeyRecordAn interface contains constants for key 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.request
Subinterfaces of IDBObj in com.netscape.certsrv.request Modifier and Type Interface Description interfaceIRequestRecordA request record is the stored version of a request. -
Uses of IDBObj in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs with type parameters of type IDBObj Modifier and Type Class Description classDBVirtualList<E extends IDBObj>A class represents a virtual list of search results.classLDAPDatabase<E extends IDBObj>This class implements LDAP database.Classes in com.netscape.cmscore.dbs that implement IDBObj Modifier and Type Class Description classCertRecordA class represents a serializable certificate record.classCRLIssuingPointRecordA class represents a CRL issuing point record.classDBRecordclassKeyRecordA class represents a Key record.classRepositoryRecordA class represents a repository record.Methods in com.netscape.cmscore.dbs with type parameters of type IDBObj Modifier and Type Method Description <T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey, int pageSize)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String startFrom, java.lang.String sortKey, int pageSize)Methods in com.netscape.cmscore.dbs that return IDBObj Modifier and Type Method Description IDBObjDBRegistry. createObject(netscape.ldap.LDAPAttributeSet attrs)Creates object from attribute set.IDBObjDBSSession. read(java.lang.String name)Reads an object from the database.IDBObjDBSSession. 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.cmscore.dbs with parameters of type IDBObj Modifier and Type Method Description voidDBSSession. add(java.lang.String name, IDBObj obj)Adds object to backend database.netscape.ldap.LDAPAttributeSetDBRegistry. createLDAPAttributeSet(IDBObj obj)Creates attribute set from object.voidBigIntegerMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidByteArrayMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidCertRecordMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidDateArrayMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidDateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidIntegerMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidKeyRecordMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidKeyStateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidLongMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidMetaInfoMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidObjectStreamMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidPublicKeyMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidRevocationInfoMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidStringMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidStringVectorMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidX500NameMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidX509CertImplMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidDBRegistry. mapObject(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into LDAP attribute set.voidBigIntegerMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into ldap attribute set.voidByteArrayMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidCertRecordMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidDateArrayMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to a set of attributes.voidDateMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidIntegerMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidKeyRecordMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidKeyStateMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidLongMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into ldap attribute set.voidMetaInfoMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into ldap attribute set.voidObjectStreamMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidPublicKeyMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidRevocationInfoMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidStringMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps attribute value to ldap attributes.voidStringVectorMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps attribute value to ldap attributes.voidX500NameMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps attribute value to ldap attributes.voidX509CertImplMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs) -
Uses of IDBObj in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement IDBObj Modifier and Type Class Description classRequestRecordMethods in com.netscape.cmscore.request with parameters of type IDBObj Modifier and Type Method Description voidExtAttrDynMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidRequestAttrsMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Deprecated.Implements IDBAttrMapper.mapLDAPAttributeSetToObjectvoidRequestIdMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidRequestStateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidExtAttrDynMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidRequestAttrsMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Deprecated.voidRequestIdMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidRequestStateMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
-