|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILdapCertMapper
Interface for mapping a X509 certificate to a LDAP entry.
Method Summary | |
---|---|
java.util.Vector |
getDefaultParams()
Returns the default parameters. |
java.lang.String |
getDescription()
Returns the description of this mapper. |
java.lang.String |
getImplName()
Returns implementation name. |
java.util.Vector |
getInstanceParams()
Returns the instance parameters. |
LdapCertMapResult |
map(netscape.ldap.LDAPConnection conn,
java.security.cert.X509Certificate cert,
boolean checkForCert)
maps a certificate to a LDAP entry. |
Methods inherited from interface com.netscape.certsrv.publish.ILdapPlugin |
---|
getConfigStore, init |
Method Detail |
---|
java.lang.String getImplName()
java.lang.String getDescription()
java.util.Vector getDefaultParams()
java.util.Vector getInstanceParams()
LdapCertMapResult map(netscape.ldap.LDAPConnection conn, java.security.cert.X509Certificate cert, boolean checkForCert) throws ELdapException
conn
- the LDAP connectioncert
- the certificate to mapcheckForCert
- whether to check for the presence of the cert
ELdapException
- Failed to map.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |