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 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 IDBObj
IDBRegistry. createObject(netscape.ldap.LDAPAttributeSet attrs)
Creates object from attribute set.IDBObj
IDBSSession. read(java.lang.String name)
Reads an object from the database.IDBObj
IDBSSession. 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 void
IDBSSession. add(java.lang.String name, IDBObj obj)
Adds object to backend database.netscape.ldap.LDAPAttributeSet
IDBRegistry. createLDAPAttributeSet(IDBObj obj)
Creates attribute set from object.void
IDBAttrMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)
Maps LDAP attributes into object, and puts the object into 'parent'.void
IDBRegistry. mapObject(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into LDAP attribute set.void
IDBAttrMapper. 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 interface
ICertRecord
An 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 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.certsrv.request
Subinterfaces of IDBObj in com.netscape.certsrv.request Modifier and Type Interface Description interface
IRequestRecord
A 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 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 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 IDBObj
DBRegistry. 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.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.netscape.ldap.LDAPAttributeSet
DBRegistry. 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
CertRecordMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj 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
KeyRecordMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj 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
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
CertRecordMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
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
KeyRecordMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
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
Methods in com.netscape.cmscore.request with parameters of type IDBObj Modifier and Type Method Description 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
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)
-