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 interface
IDBVirtualList<E extends IDBObj>
A interface represents a virtual list of search results.Methods in com.netscape.certsrv.dbs with parameters of type IDBObj Modifier and Type Method Description abstract void
DBAttrMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and puts the object into 'parent'.abstract void
DBAttrMapper. 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.crldb
Subinterfaces of IDBObj in com.netscape.certsrv.dbs.crldb Modifier and Type Interface Description interface
ICRLIssuingPointRecord
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.keydb Modifier and Type Interface Description interface
IKeyRecord
An 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 interface
IRepositoryRecord
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 IDBObj Modifier and Type Class Description class
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 IDBObj Modifier and Type Class Description class
CertRecord
A class represents a serializable certificate record.class
CRLIssuingPointRecord
A class represents a CRL issuing point record.class
DBRecord
class
KeyRecord
A class represents a Key record.class
RepositoryRecord
A 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[] sortKeys, 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)
Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>LDAPSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)
Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>LDAPSession. 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>LDAPSession. 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>LDAPSession. 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>LDAPSession. 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>LDAPSession. 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 IDBObj
DBRegistry. createObject(netscape.ldap.LDAPAttributeSet attrs)
Creates object from attribute set.IDBObj
LDAPRegistry. createObject(netscape.ldap.LDAPAttributeSet attrs)
Creates object from attribute set.IDBObj
DBSSession. read(java.lang.String name)
Reads an object from the database.IDBObj
DBSSession. read(java.lang.String name, java.lang.String[] attrs)
Reads an object from the database, and only populates the selected attributes.IDBObj
LDAPSession. read(java.lang.String name)
Reads an object from the database.IDBObj
LDAPSession. 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 void
DBSSession. add(java.lang.String name, IDBObj obj)
Adds object to backend database.void
LDAPSession. add(java.lang.String name, IDBObj obj)
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, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
ByteArrayMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
DateArrayMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
DateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
IntegerMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
KeyStateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
LongMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
MetaInfoMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
ObjectStreamMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
PublicKeyMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
RevocationInfoMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
void
StringMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
StringVectorMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
X500NameMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
X509CertImplMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
void
DBRegistry. mapObject(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into LDAP attribute set.void
LDAPRegistry. mapObject(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into LDAP attribute set.void
BigIntegerMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into ldap attribute set.void
ByteArrayMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
DateArrayMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to a set of attributes.void
DateMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
IntegerMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
KeyStateMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
LongMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into ldap attribute set.void
MetaInfoMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into ldap attribute set.void
ObjectStreamMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
PublicKeyMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
RevocationInfoMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
StringMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps attribute value to ldap attributes.void
StringVectorMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps attribute value to ldap attributes.void
X500NameMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps attribute value to ldap attributes.void
X509CertImplMapper. 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 class
RequestRecord
A request record is the stored version of a request.Fields in com.netscape.cmscore.request with type parameters of type IDBObj Modifier and Type Field Description protected IDBVirtualList<IDBObj>
ListEnumeration. list
Methods in com.netscape.cmscore.request with parameters of type IDBObj Modifier and Type Method Description void
DBDynAttrMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
void
ExtAttrDynMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
void
RequestAttrsMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Deprecated.Implements IDBAttrMapper.mapLDAPAttributeSetToObjectvoid
RequestIdMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
void
RequestStateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
void
DBDynAttrMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
ExtAttrDynMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
RequestAttrsMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Deprecated.void
RequestIdMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
RequestStateMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Constructor parameters in com.netscape.cmscore.request with type arguments of type IDBObj Constructor Description ListEnumeration(IDBVirtualList<IDBObj> list)
-