public interface ILdapCrlMapper
| Modifier and Type | Method and Description |
|---|---|
void |
init(IConfigStore config)
initialize from config store.
|
LdapCertMapResult |
map(netscape.ldap.LDAPConnection conn,
netscape.security.x509.X509CRLImpl crl,
boolean checkForCrl)
maps a crl to a LDAP entry.
|
LdapCertMapResult map(netscape.ldap.LDAPConnection conn, netscape.security.x509.X509CRLImpl crl, boolean checkForCrl) throws ELdapException
conn - the LDAP connectioncrl - the CRL to mapcheckForCrl - whether to check for the presence of the CRLELdapException - Failed to map CRL to entry.void init(IConfigStore config) throws ELdapException, EBaseException
config - the configuration store to initialize from.ELdapException - Initialization failed due to Ldap error.EBaseException - Initialization failed.