Uses of Class
com.netscape.certsrv.dbs.DBAttrMapper
Packages that use DBAttrMapper
-
Uses of DBAttrMapper in com.netscape.cmscore.dbs
Subclasses of DBAttrMapper in com.netscape.cmscore.dbsModifier and TypeClassDescriptionclass
A class represents ann attribute mapper that maps a Java BigInteger object into LDAP attribute, and vice versa.class
A class represents ann attribute mapper that maps a Java byte array object into LDAP attribute, and vice versa.class
A class represents ann attribute mapper that maps a Java Date array object into LDAP attribute, and vice versa.class
A class represents ann attribute mapper that maps a Java Date object into LDAP attribute, and vice versa.class
A class represents ann attribute mapper that maps a Java Integer object into LDAP attribute, and vice versa.class
A class represents a key state mapper.class
A class represents ann attribute mapper that maps a Java Long object into LDAP attribute, and vice versa.class
A class represent mapper for metainfo attribute.class
A class represents ann attribute mapper that maps a Java object into LDAP attribute, and vice versa.class
A class represents an attribute mapper that maps a public key data into LDAP attribute and vice versa.class
A class represents a mapper to serialize revocation information into database.class
A class represents ann attribute mapper that maps a Java String object into LDAP attribute, and vice versa.class
A class represents ann attribute mapper that maps a Java String object into LDAP attribute, and vice versa.class
A class represents ann attribute mapper that maps a Java X500Name object into LDAP attribute, and vice versa.class
A class represents a mapper to serialize x509 certificate into database.Methods in com.netscape.cmscore.dbs that return DBAttrMapperModifier and TypeMethodDescriptionLDAPDatabase.createMapper
(Class<?> attrType, DBAttribute dbAttribute) Methods in com.netscape.cmscore.dbs with parameters of type DBAttrMapperModifier and TypeMethodDescriptionvoid
DBRegistry.registerAttribute
(String ufName, DBAttrMapper mapper) Registers attribute mapper.void
LDAPRegistry.registerAttribute
(String ufName, DBAttrMapper mapper) Registers attribute mapper.Constructor parameters in com.netscape.cmscore.dbs with type arguments of type DBAttrMapperModifierConstructorDescriptionConstructs filter convertor. -
Uses of DBAttrMapper in com.netscape.cmscore.request
Subclasses of DBAttrMapper in com.netscape.cmscore.requestModifier and TypeClassDescriptionclass
A class representing a dynamic attribute mapper.class
Maps dynamic data for the extData- prefix to and from the extData Hashtable in RequestRecord.class
Deprecated.class
A mapper between an request id object and its LDAP attribute representationclass
A mapper between an request state object and its LDAP attribute representation