Uses of Interface
com.netscape.certsrv.dbs.IDBObj
Packages that use IDBObj
Package
Description
-
Uses of IDBObj in com.netscape.certsrv.dbs
Classes in com.netscape.certsrv.dbs with type parameters of type IDBObjModifier and TypeInterfaceDescriptioninterfaceIDBVirtualList<E extends IDBObj>A interface represents a virtual list of search results.Methods in com.netscape.certsrv.dbs with parameters of type IDBObjModifier and TypeMethodDescriptionabstract voidDBAttrMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and puts the object into 'parent'.abstract voidDBAttrMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object attribute into LDAP attributes. -
Uses of IDBObj in com.netscape.certsrv.dbs.crldb
Subinterfaces of IDBObj in com.netscape.certsrv.dbs.crldbModifier and TypeInterfaceDescriptioninterfaceAn 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.keydbModifier and TypeInterfaceDescriptioninterfaceAn interface contains constants for key record. -
Uses of IDBObj in com.netscape.certsrv.dbs.repository
Subinterfaces of IDBObj in com.netscape.certsrv.dbs.repositoryModifier and TypeInterfaceDescriptioninterfaceAn interface represents a generic repository record. -
Uses of IDBObj in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs with type parameters of type IDBObjModifier and TypeClassDescriptionclassDBVirtualList<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 IDBObjModifier and TypeClassDescriptionclassA class represents a serializable certificate record.classA class represents a CRL issuing point record.classclassA class represents a Key record.classA class represents a repository record.Methods in com.netscape.cmscore.dbs with type parameters of type IDBObjModifier and TypeMethodDescription<T extends IDBObj>
IDBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs, String[] sortKeys, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs, String sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs, String startFrom, String sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String sortKey) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String[] sortKey) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String[] sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String startFrom, String sortKey, int pageSize) Methods in com.netscape.cmscore.dbs that return IDBObjModifier and TypeMethodDescriptionDBRegistry.createObject(netscape.ldap.LDAPAttributeSet attrs) Creates object from attribute set.LDAPRegistry.createObject(netscape.ldap.LDAPAttributeSet attrs) Creates object from attribute set.Reads an object from the database.Reads an object from the database, and only populates the selected attributes.Reads an object from the database.Reads an object from the database, and only populates the selected attributes.Methods in com.netscape.cmscore.dbs with parameters of type IDBObjModifier and TypeMethodDescriptionvoidAdds object to backend database.voidAdds object to backend database.netscape.ldap.LDAPAttributeSetDBRegistry.createLDAPAttributeSet(IDBObj obj) Creates attribute set from object.netscape.ldap.LDAPAttributeSetLDAPRegistry.createLDAPAttributeSet(IDBObj obj) Creates attribute set from object.voidBigIntegerMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidByteArrayMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidDateArrayMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidDateMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidIntegerMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidKeyStateMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidLongMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidMetaInfoMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidObjectStreamMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidPublicKeyMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidRevocationInfoMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidStringMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidStringVectorMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidX500NameMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidX509CertImplMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidMaps object into LDAP attribute set.voidLDAPRegistry.mapObject(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into LDAP attribute set.voidBigIntegerMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.voidByteArrayMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidDateArrayMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to a set of attributes.voidDateMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidIntegerMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidKeyStateMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidLongMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.voidMetaInfoMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.voidObjectStreamMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidPublicKeyMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidRevocationInfoMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidStringMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.voidStringVectorMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.voidX500NameMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.voidX509CertImplMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) -
Uses of IDBObj in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement IDBObjModifier and TypeClassDescriptionclassA request record is the stored version of a request.Fields in com.netscape.cmscore.request with type parameters of type IDBObjMethods in com.netscape.cmscore.request with parameters of type IDBObjModifier and TypeMethodDescriptionvoidDBDynAttrMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidExtAttrDynMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidRequestAttrsMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Deprecated.Implements IDBAttrMapper.mapLDAPAttributeSetToObjectvoidRequestIdMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidRequestStateMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidDBDynAttrMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidExtAttrDynMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidRequestAttrsMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Deprecated.voidRequestIdMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidRequestStateMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Constructor parameters in com.netscape.cmscore.request with type arguments of type IDBObj