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 TypeInterfaceDescriptioninterface
IDBVirtualList<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 void
DBAttrMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and puts the object into 'parent'.abstract void
DBAttrMapper.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 TypeInterfaceDescriptioninterface
An 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 TypeInterfaceDescriptioninterface
An 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 TypeInterfaceDescriptioninterface
An 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 TypeClassDescriptionclass
DBVirtualList<E extends IDBObj>
A class represents a virtual list of search results.class
LDAPDatabase<E extends IDBObj>
This class implements LDAP database.Classes in com.netscape.cmscore.dbs that implement IDBObjModifier and TypeClassDescriptionclass
A class represents a serializable certificate record.class
A class represents a CRL issuing point record.class
class
A class represents a Key record.class
A 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 TypeMethodDescriptionvoid
Adds object to backend database.void
Adds object to backend database.netscape.ldap.LDAPAttributeSet
DBRegistry.createLDAPAttributeSet
(IDBObj obj) Creates attribute set from object.netscape.ldap.LDAPAttributeSet
LDAPRegistry.createLDAPAttributeSet
(IDBObj obj) Creates attribute set from object.void
BigIntegerMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
ByteArrayMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
DateArrayMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
DateMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
IntegerMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
KeyStateMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
LongMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
MetaInfoMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
ObjectStreamMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
PublicKeyMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
RevocationInfoMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
StringMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
StringVectorMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
X500NameMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
X509CertImplMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
Maps object into LDAP attribute set.void
LDAPRegistry.mapObject
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into LDAP attribute set.void
BigIntegerMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.void
ByteArrayMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
DateArrayMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to a set of attributes.void
DateMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
IntegerMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
KeyStateMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
LongMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.void
MetaInfoMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.void
ObjectStreamMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
PublicKeyMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
RevocationInfoMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
StringMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.void
StringVectorMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.void
X500NameMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.void
X509CertImplMapper.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 TypeClassDescriptionclass
A 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 TypeMethodDescriptionvoid
DBDynAttrMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
ExtAttrDynMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
RequestAttrsMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Deprecated.Implements IDBAttrMapper.mapLDAPAttributeSetToObjectvoid
RequestIdMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
RequestStateMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
DBDynAttrMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
ExtAttrDynMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
RequestAttrsMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Deprecated.void
RequestIdMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
RequestStateMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Constructor parameters in com.netscape.cmscore.request with type arguments of type IDBObj