|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILdapMapper
Interface for mapping a X509 certificate to a LDAP entry.
| Method Summary | |
|---|---|
java.util.Vector |
getDefaultParams()
Returns the initial 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 current instance parameters. |
java.lang.String |
map(netscape.ldap.LDAPConnection conn,
IRequest r,
java.lang.Object obj)
maps a certificate to a LDAP entry. |
java.lang.String |
map(netscape.ldap.LDAPConnection conn,
java.lang.Object obj)
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()
java.lang.String map(netscape.ldap.LDAPConnection conn,
java.lang.Object obj)
throws ELdapException
conn - the LDAP connectionobj - the object to map
ELdapException - Map operation failed.
java.lang.String map(netscape.ldap.LDAPConnection conn,
IRequest r,
java.lang.Object obj)
throws ELdapException
conn - the LDAP connectionr - the request to mapobj - the object to map
ELdapException - Map operation failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||