Interface ILdapCrlMapper


  • public interface ILdapCrlMapper
    Interface for mapping a CRL to a LDAP entry.
    Version:
    $Revision$ $Date$
    • Method Detail

      • map

        LdapCertMapResult map​(netscape.ldap.LDAPConnection conn,
                              org.mozilla.jss.netscape.security.x509.X509CRLImpl crl,
                              boolean checkForCrl)
                       throws ELdapException
        maps a crl to a LDAP entry. returns dn of the mapped LDAP entry.
        Parameters:
        conn - the LDAP connection
        crl - the CRL to map
        checkForCrl - whether to check for the presence of the CRL
        Returns:
        LdapCertMapResult indicates whether a mapping was successful and whether a certificate was found if checkForCert was true. If checkForCert was not set the hasCert method in LdapCertMapResult should be ignored.
        Throws:
        ELdapException - Failed to map CRL to entry.