Uses of Interface
com.netscape.certsrv.dbs.IDBObj
Packages that use IDBObj
-
Uses of IDBObj in com.netscape.certsrv.dbs
Classes in com.netscape.certsrv.dbs with type parameters of type IDBObjModifier and TypeClassDescriptionclassDBPagedSearch<E extends IDBObj>A class represents a paged search.classDBVirtualList<E extends IDBObj>Deprecated, for removal: This API element is subject to removal in a future version.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.cmscore.dbs
Classes in com.netscape.cmscore.dbs with type parameters of type IDBObjModifier and TypeClassDescriptionclassLDAPDatabase<E extends IDBObj>This class implements LDAP database.classLDAPPagedSearch<E extends IDBObj>Perform consecutive paged search until entries are available.classLDAPVirtualList<E extends IDBObj>Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0, replaced byLDAPPagedSearchclassRecordPagedList<T extends IDBObj>Contain all records in a page for a paged search.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>
intDBSSession.countEntries(Class<T> classResults, String base, String filter, int timeLimit) Retrieves a list of object that satisfies the given filter.<T extends IDBObj>
intLDAPSession.countEntries(Class<T> classResults, String base, String filter, int timeLimit) <T extends IDBObj>
DBPagedSearch<T> DBSSession.createPagedSearch(Class<T> classResults, String base, String filter, String[] attrs, String sortKey) Retrieves a paged search of objects.<T extends IDBObj>
DBPagedSearch<T> DBSSession.createPagedSearch(Class<T> classResults, String base, String filter, String[] attrs, String[] sortKeys) Retrieves a paged search of objects.<T extends IDBObj>
DBPagedSearch<T> LDAPSession.createPagedSearch(Class<T> classResults, String base, String filter, String[] attrs, String sortKey) <T extends IDBObj>
DBPagedSearch<T> LDAPSession.createPagedSearch(Class<T> classResults, String base, String filter, String[] attrs, String[] sortKeys) <T extends IDBObj>
DBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs) Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0, replaced byDBSSession.<T>createPagedSearch(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)<T extends IDBObj>
DBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs, String[] sortKeys, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0, replaced byDBSSession.<T>createPagedSearch(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)<T extends IDBObj>
DBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs, String sortKey, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0, replaced byDBSSession.<T>createPagedSearch(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)<T extends IDBObj>
DBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs, String startFrom, String sortKey, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0, replaced byDBSSession.<T>createPagedSearch(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String sortKey) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String[] sortKey) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String[] sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<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
DBPagedSearch