Uses of Interface
com.netscape.certsrv.dbs.IDBAttrMapper
-
Packages that use IDBAttrMapper Package Description com.netscape.certsrv.dbs com.netscape.cmscore.dbs com.netscape.cmscore.request -
-
Uses of IDBAttrMapper in com.netscape.certsrv.dbs
Subinterfaces of IDBAttrMapper in com.netscape.certsrv.dbs Modifier and Type Interface Description interfaceIDBDynAttrMapperAn interface representing a dynamic attribute mapper.Methods in com.netscape.certsrv.dbs with parameters of type IDBAttrMapper Modifier and Type Method Description voidIDBRegistry. registerAttribute(java.lang.String ufName, IDBAttrMapper mapper)Registers attribute mapper. -
Uses of IDBAttrMapper in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement IDBAttrMapper Modifier and Type Class Description classBigIntegerMapperA class represents ann attribute mapper that maps a Java BigInteger object into LDAP attribute, and vice versa.classByteArrayMapperA class represents ann attribute mapper that maps a Java byte array object into LDAP attribute, and vice versa.classCertRecordMapperA class represents a mapper to serialize certificate record into database.classDateArrayMapperA class represents ann attribute mapper that maps a Java Date array object into LDAP attribute, and vice versa.classDateMapperA class represents ann attribute mapper that maps a Java Date object into LDAP attribute, and vice versa.classIntegerMapperA class represents ann attribute mapper that maps a Java Integer object into LDAP attribute, and vice versa.classKeyRecordMapperA class represents a mapper to serialize key record into database.classKeyStateMapperA class represents a key state mapper.classLongMapperA class represents ann attribute mapper that maps a Java Long object into LDAP attribute, and vice versa.classMetaInfoMapperA class represent mapper for metainfo attribute.classObjectStreamMapperA class represents ann attribute mapper that maps a Java object into LDAP attribute, and vice versa.classPublicKeyMapperA class represents an attribute mapper that maps a public key data into LDAP attribute and vice versa.classRevocationInfoMapperA class represents a mapper to serialize revocation information into database.classStringMapperA class represents ann attribute mapper that maps a Java String object into LDAP attribute, and vice versa.classStringVectorMapperA class represents ann attribute mapper that maps a Java String object into LDAP attribute, and vice versa.classX500NameMapperA class represents ann attribute mapper that maps a Java X500Name object into LDAP attribute, and vice versa.classX509CertImplMapperA class represents a mapper to serialize x509 certificate into database.Methods in com.netscape.cmscore.dbs that return IDBAttrMapper Modifier and Type Method Description IDBAttrMapperLDAPDatabase. createMapper(java.lang.Class<?> attrType, DBAttribute dbAttribute)Methods in com.netscape.cmscore.dbs with parameters of type IDBAttrMapper Modifier and Type Method Description voidDBRegistry. registerAttribute(java.lang.String ufName, IDBAttrMapper mapper)Registers attribute mapper.Constructor parameters in com.netscape.cmscore.dbs with type arguments of type IDBAttrMapper Constructor Description LdapFilterConverter(java.util.Hashtable<java.lang.String,IDBAttrMapper> reg)Constructs filter convertor. -
Uses of IDBAttrMapper in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement IDBAttrMapper Modifier and Type Class Description classExtAttrDynMapperMaps dynamic data for the extData- prefix to and from the extData Hashtable in RequestRecord.classRequestAttrsMapperDeprecated.classRequestIdMapperA mapper between an request id object and its LDAP attribute representationclassRequestStateMapperA mapper between an request state object and its LDAP attribute representation
-