|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.cms.publish.publishers.LdapUserCertPublisher
public class LdapUserCertPublisher
Interface for mapping a X509 certificate to a LDAP entry
| Field Summary | |
|---|---|
static java.lang.String |
LDAP_USERCERT_ATTR
|
protected java.lang.String |
mCertAttr
|
| Fields inherited from interface com.netscape.certsrv.publish.ILdapPublisher |
|---|
PROP_ENABLE, PROP_IMPLNAME, PROP_PREDICATE |
| Fields inherited from interface com.netscape.certsrv.base.IExtendedPluginInfo |
|---|
HELP_TEXT, HELP_TOKEN |
| Constructor Summary | |
|---|---|
LdapUserCertPublisher()
|
|
LdapUserCertPublisher(java.lang.String certAttr)
|
|
| Method Summary | |
|---|---|
static boolean |
ByteValueExists(netscape.ldap.LDAPAttribute attr,
byte[] bval)
checks if a byte attribute has a certain value. |
IConfigStore |
getConfigStore()
Return config store. |
java.util.Vector |
getDefaultParams()
Returns the initial default parameters. |
java.lang.String |
getDescription()
Returns the description of the publisher. |
java.lang.String[] |
getExtendedPluginInfo(java.util.Locale locale)
This method returns an array of strings. |
java.lang.String |
getImplName()
Returns the implementation name. |
java.util.Vector |
getInstanceParams()
Returns the current instance parameters. |
void |
init(IConfigStore config)
Initialize from config store. |
void |
publish(netscape.ldap.LDAPConnection conn,
java.lang.String dn,
java.lang.Object certObj)
publish a user certificate Adds the cert to the multi-valued certificate attribute as a DER encoded binary blob. |
static boolean |
StringValueExists(netscape.ldap.LDAPAttribute attr,
java.lang.String sval)
checks if a attribute has a string value. |
void |
unpublish(netscape.ldap.LDAPConnection conn,
java.lang.String dn,
java.lang.Object certObj)
unpublish a user certificate deletes the certificate from the list of certificates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String LDAP_USERCERT_ATTR
protected java.lang.String mCertAttr
| Constructor Detail |
|---|
public LdapUserCertPublisher()
public LdapUserCertPublisher(java.lang.String certAttr)
| Method Detail |
|---|
public java.lang.String getImplName()
ILdapPublisher
getImplName in interface ILdapPublisherpublic java.lang.String getDescription()
ILdapPublisher
getDescription in interface ILdapPublisherpublic java.lang.String[] getExtendedPluginInfo(java.util.Locale locale)
IExtendedPluginInfo
getExtendedPluginInfo in interface IExtendedPluginInfopublic java.util.Vector getInstanceParams()
ILdapPublisher
getInstanceParams in interface ILdapPublisherpublic java.util.Vector getDefaultParams()
ILdapPublisher
getDefaultParams in interface ILdapPublisherpublic IConfigStore getConfigStore()
ILdapPlugin
getConfigStore in interface ILdapPlugin
public void init(IConfigStore config)
throws EBaseException
ILdapPlugin
init in interface ILdapPluginconfig - the configuration store to initialize from.
ELdapException - initialization failed due to Ldap error.
EBaseException - initialization failed.
public void publish(netscape.ldap.LDAPConnection conn,
java.lang.String dn,
java.lang.Object certObj)
throws ELdapException
publish in interface ILdapPublisherconn - the LDAP connectiondn - dn of the entry to publish the certificatecertObj - the certificate object.
ELdapException - publish failed.
public void unpublish(netscape.ldap.LDAPConnection conn,
java.lang.String dn,
java.lang.Object certObj)
throws ELdapException
unpublish in interface ILdapPublisherconn - the Ldap connection
(null for non-LDAP publishing)dn - dn of the ldap entry to unpublish cert
(null for non-LDAP publishing)certObj - object to unpublish
(java.security.cert.X509Certificate)
ELdapException - unpublish failed.
public static boolean ByteValueExists(netscape.ldap.LDAPAttribute attr,
byte[] bval)
public static boolean StringValueExists(netscape.ldap.LDAPAttribute attr,
java.lang.String sval)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||