Uses of Interface
com.netscape.certsrv.dbs.IDBDynAttrMapper
-
Packages that use IDBDynAttrMapper Package Description com.netscape.certsrv.dbs com.netscape.cmscore.dbs com.netscape.cmscore.request -
-
Uses of IDBDynAttrMapper in com.netscape.certsrv.dbs
Methods in com.netscape.certsrv.dbs with parameters of type IDBDynAttrMapper Modifier and Type Method Description void
IDBRegistry. registerDynamicMapper(IDBDynAttrMapper mapper)
Registers a dynamic attribute mapper. -
Uses of IDBDynAttrMapper in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs with parameters of type IDBDynAttrMapper Modifier and Type Method Description void
DBRegistry. registerDynamicMapper(IDBDynAttrMapper mapper)
-
Uses of IDBDynAttrMapper in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement IDBDynAttrMapper Modifier and Type Class Description class
ExtAttrDynMapper
Maps dynamic data for the extData- prefix to and from the extData Hashtable in RequestRecord.
-