public interface IXcertPublisherProcessor extends IPublisherProcessor
PROP_CERT_ENABLE, PROP_CERTS, PROP_CLASS, PROP_CRL_ENABLE, PROP_ENABLE, PROP_IMPL, PROP_INSTANCE, PROP_LDAP, PROP_LDAP_PUBLISH_SUBSTORE, PROP_LOCAL_CA, PROP_LOCAL_CRL, PROP_MAPPER, PROP_PLUGIN, PROP_PREDICATE, PROP_PUBLISH_SUBSTORE, PROP_PUBLISHER, PROP_QUEUE_PUBLISH_SUBSTORE, PROP_TYPE, PROP_XCERT
Modifier and Type | Method and Description |
---|---|
void |
publishXCertPair(byte[] pair)
Publish crossCertificatePair.
|
getActiveMapperInstance, getActivePublisherInstance, getAuthority, getLdapConnModule, getMapperDefaultParams, getMapperInstance, getMapperInstanceParams, getMapperInsts, getMapperPlugins, getPublisherDefaultParams, getPublisherInstance, getPublisherInstanceParams, getPublisherInsts, getPublisherPlugins, getRuleDefaultParams, getRuleInstanceParams, getRuleInsts, getRulePlugins, getRules, getRules, isCertPublishingEnabled, isCRLPublishingEnabled, isMapperInstanceEnable, isPublisherInstanceEnable, ldapEnabled, log, publishCACert, publishCert, publishCRL, publishCRL, setLdapConnModule, setPublishedFlag, unpublishCACert, unpublishCert
getConfigStore, getId, init, setId, shutdown, startup
void publishXCertPair(byte[] pair) throws ELdapException
pair
- Byte array representing cert pair.ELdapException
EldapException
- publish failed due to Ldap error.