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 interface
IDBDynAttrMapper
An interface representing a dynamic attribute mapper.Methods in com.netscape.certsrv.dbs with parameters of type IDBAttrMapper Modifier and Type Method Description void
IDBRegistry. 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 class
BigIntegerMapper
A class represents ann attribute mapper that maps a Java BigInteger object into LDAP attribute, and vice versa.class
ByteArrayMapper
A class represents ann attribute mapper that maps a Java byte array object into LDAP attribute, and vice versa.class
CertRecordMapper
A class represents a mapper to serialize certificate record into database.class
DateArrayMapper
A class represents ann attribute mapper that maps a Java Date array object into LDAP attribute, and vice versa.class
DateMapper
A class represents ann attribute mapper that maps a Java Date object into LDAP attribute, and vice versa.class
IntegerMapper
A class represents ann attribute mapper that maps a Java Integer object into LDAP attribute, and vice versa.class
KeyRecordMapper
A class represents a mapper to serialize key record into database.class
KeyStateMapper
A class represents a key state mapper.class
LongMapper
A class represents ann attribute mapper that maps a Java Long object into LDAP attribute, and vice versa.class
MetaInfoMapper
A class represent mapper for metainfo attribute.class
ObjectStreamMapper
A class represents ann attribute mapper that maps a Java object into LDAP attribute, and vice versa.class
PublicKeyMapper
A class represents an attribute mapper that maps a public key data into LDAP attribute and vice versa.class
RevocationInfoMapper
A class represents a mapper to serialize revocation information into database.class
StringMapper
A class represents ann attribute mapper that maps a Java String object into LDAP attribute, and vice versa.class
StringVectorMapper
A class represents ann attribute mapper that maps a Java String object into LDAP attribute, and vice versa.class
X500NameMapper
A class represents ann attribute mapper that maps a Java X500Name object into LDAP attribute, and vice versa.class
X509CertImplMapper
A class represents a mapper to serialize x509 certificate into database.Methods in com.netscape.cmscore.dbs that return IDBAttrMapper Modifier and Type Method Description IDBAttrMapper
LDAPDatabase. createMapper(java.lang.Class<?> attrType, DBAttribute dbAttribute)
Methods in com.netscape.cmscore.dbs with parameters of type IDBAttrMapper Modifier and Type Method Description void
DBRegistry. 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 class
ExtAttrDynMapper
Maps dynamic data for the extData- prefix to and from the extData Hashtable in RequestRecord.class
RequestAttrsMapper
Deprecated.class
RequestIdMapper
A mapper between an request id object and its LDAP attribute representationclass
RequestStateMapper
A mapper between an request state object and its LDAP attribute representation
-