|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.cms.publish.publishers.LdapCaCertPublisher
public class LdapCaCertPublisher
Interface for publishing a CA certificate to
| Field Summary | |
|---|---|
static java.lang.String |
LDAP_ARL_ATTR
|
static java.lang.String |
LDAP_CA_OBJECTCLASS
|
static java.lang.String |
LDAP_CACERT_ATTR
|
static java.lang.String |
LDAP_CRL_ATTR
|
protected java.lang.String |
mCaCertAttr
|
protected java.lang.String |
mCaObjectclass
|
protected IConfigStore |
mConfig
|
protected java.lang.String |
mObjAdded
|
protected java.lang.String |
mObjDeleted
|
| 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 | |
|---|---|
LdapCaCertPublisher()
constructor constructs default values. |
|
LdapCaCertPublisher(java.lang.String caCertAttr,
java.lang.String caObjectclass)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCaCertAttrName()
returns the ca cert attribute where it'll be published. |
java.lang.String |
getCAObjectclass()
Gets the CA object class to convert to. |
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 CA certificate Adds the cert to the multi-valued certificate attribute as a DER encoded binary blob. |
void |
unpublish(netscape.ldap.LDAPConnection conn,
java.lang.String dn,
java.lang.Object certObj)
deletes the certificate from CA's certificate attribute. |
| 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_CACERT_ATTR
public static final java.lang.String LDAP_CA_OBJECTCLASS
public static final java.lang.String LDAP_ARL_ATTR
public static final java.lang.String LDAP_CRL_ATTR
protected java.lang.String mCaCertAttr
protected java.lang.String mCaObjectclass
protected java.lang.String mObjAdded
protected java.lang.String mObjDeleted
protected IConfigStore mConfig
| Constructor Detail |
|---|
public LdapCaCertPublisher()
public LdapCaCertPublisher(java.lang.String caCertAttr,
java.lang.String caObjectclass)
| Method Detail |
|---|
public java.lang.String[] getExtendedPluginInfo(java.util.Locale locale)
IExtendedPluginInfo
getExtendedPluginInfo in interface IExtendedPluginInfopublic java.lang.String getImplName()
ILdapPublisher
getImplName in interface ILdapPublisherpublic java.lang.String getDescription()
ILdapPublisher
getDescription in interface ILdapPublisherpublic 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 java.lang.String getCAObjectclass()
public java.lang.String getCaCertAttrName()
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||