|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILdapCrlMapper
Interface for mapping a CRL to a LDAP entry.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 CRL
ELdapException
- 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |