Package | Description |
---|---|
com.netscape.certsrv.apps | |
com.netscape.certsrv.ldap | |
com.netscape.certsrv.publish | |
com.netscape.certsrv.usrgrp |
Modifier and Type | Method and Description |
---|---|
ILdapConnFactory |
ICMSEngine.getLdapAnonConnFactory()
Retrieves the LDAP connection factory.
|
static ILdapConnFactory |
CMS.getLdapAnonConnFactory()
Retrieves the LDAP connection factory.
|
ILdapConnFactory |
ICMSEngine.getLdapBoundConnFactory()
Retrieves the LDAP connection factory.
|
static ILdapConnFactory |
CMS.getLdapBoundConnFactory()
Retrieves the LDAP connection factory.
|
ILdapConnInfo |
ICMSEngine.getLdapConnInfo(IConfigStore config)
Retrieves the ldap connection information from the configuration
store.
|
static ILdapConnInfo |
CMS.getLdapConnInfo(IConfigStore config)
Retrieves the ldap connection information from the configuration
store.
|
Modifier and Type | Class and Description |
---|---|
class |
ELdapServerDownException
This represents exception which indicates Ldap server is down.
|
Modifier and Type | Method and Description |
---|---|
netscape.ldap.LDAPConnection |
ILdapConnFactory.getConn()
Request access to a Ldap connection from the pool.
|
void |
ILdapConnInfo.init(IConfigStore config)
Initializes an instance from a config store.
|
void |
ILdapConnFactory.init(IConfigStore config)
Initialize the poll from the config store.
|
void |
ILdapConnModule.init(ISubsystem owner,
IConfigStore config)
Initialize ldap publishing module with config store.
|
void |
ILdapConnFactory.reset()
Used for disconnecting all connections.
|
void |
ILdapConnFactory.returnConn(netscape.ldap.LDAPConnection conn)
Return connection to the factory.
|
Modifier and Type | Class and Description |
---|---|
class |
ECompSyntaxErr
This type of exception is thrown in cases where an parsing
error is found while evaluating a PKI component.
|
class |
EMapperNotFound
Exception for Publish Mapper not found.
|
class |
EMapperPluginNotFound
Exception for Mapper Plugin not found.
|
class |
EPublisherNotFound
Exception for Publisher not found.
|
class |
EPublisherPluginNotFound
Exception for Publisher Plugin not found.
|
class |
ERuleNotFound
Exception for Ldap Publishing Rule not found.
|
class |
ERulePluginNotFound
Exception for Publisher Rule plugin not found.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ILdapExpression.evaluate(IRequest req)
Evaluate the Expression.
|
boolean |
ILdapExpression.evaluate(SessionContext sc)
Evaluate the Expression.
|
java.util.Vector<java.lang.String> |
IPublisherProcessor.getMapperDefaultParams(java.lang.String implName)
Returns mapper initial default parameters.
|
java.util.Vector<java.lang.String> |
IPublisherProcessor.getMapperInstanceParams(java.lang.String insName)
Returns mapper current instance parameters.
|
java.util.Vector<java.lang.String> |
IPublisherProcessor.getPublisherDefaultParams(java.lang.String implName)
Returns publisher initial default parameters.
|
java.util.Vector<java.lang.String> |
IPublisherProcessor.getPublisherInstanceParams(java.lang.String insName)
Returns Vector of PublisherIntance's current instance parameters.
|
java.util.Vector<java.lang.String> |
IPublisherProcessor.getRuleDefaultParams(java.lang.String implName)
Returns Vector of RulePlugin's initial default parameters.
|
java.util.Vector<java.lang.String> |
IPublisherProcessor.getRuleInstanceParams(java.lang.String implName)
Returns Vector of RulePlugin's current instance parameters.
|
void |
ILdapPluginImpl.init(IConfigStore config)
initialize from config store and Isubsystem.
|
void |
ILdapPlugin.init(IConfigStore config)
Initialize from config store.
|
void |
ILdapCrlMapper.init(IConfigStore config)
initialize from config store.
|
void |
ILdapPluginImpl.init(ISubsystem sys,
IConfigStore config)
initialize from config store.
|
java.lang.String |
ILdapMapper.map(netscape.ldap.LDAPConnection conn,
IRequest r,
java.lang.Object obj)
maps a certificate to a LDAP entry.
|
java.lang.String |
ILdapMapper.map(netscape.ldap.LDAPConnection conn,
java.lang.Object obj)
maps a certificate to a LDAP entry.
|
LdapCertMapResult |
ILdapCertMapper.map(netscape.ldap.LDAPConnection conn,
java.security.cert.X509Certificate cert,
boolean checkForCert)
maps a certificate to a LDAP entry.
|
LdapCertMapResult |
ILdapCrlMapper.map(netscape.ldap.LDAPConnection conn,
netscape.security.x509.X509CRLImpl crl,
boolean checkForCrl)
maps a crl to a LDAP entry.
|
void |
IPublishRuleSet.publish(netscape.ldap.LDAPConnection conn,
IRequest req)
Apply publishing rules on a request.
|
void |
ILdapPublisher.publish(netscape.ldap.LDAPConnection conn,
java.lang.String dn,
java.lang.Object object)
Publish an object.
|
void |
IPublisherProcessor.publishCACert(java.security.cert.X509Certificate cert)
Publish ca cert, UpdateDir.java, jobs, request listeners
|
void |
IPublisherProcessor.publishCert(java.security.cert.X509Certificate cert,
IRequest req)
Publishs regular user certificate based on the criteria
set in the request.
|
void |
IPublisherProcessor.publishCRL(java.lang.String dn,
java.security.cert.X509CRL crl)
publishes a crl by mapping the issuer name in the crl to an entry
and publishing it there.
|
void |
IPublisherProcessor.publishCRL(netscape.security.x509.X509CRLImpl crl,
java.lang.String crlIssuingPointId)
publishes a crl by mapping the issuer name in the crl to an entry
and publishing it there.
|
void |
IXcertPublisherProcessor.publishXCertPair(byte[] pair)
Publish crossCertificatePair.
|
void |
ILdapPublisher.unpublish(netscape.ldap.LDAPConnection conn,
java.lang.String dn,
java.lang.Object object)
Unpublish an object.
|
void |
IPublisherProcessor.unpublishCACert(java.security.cert.X509Certificate cert)
This function is never called.
|
void |
IPublisherProcessor.unpublishCert(java.security.cert.X509Certificate cert,
IRequest req)
Unpublish user certificate.
|
Modifier and Type | Method and Description |
---|---|
IUser |
ICertUserLocator.locateUser(Certificates certs)
Returns a user whose certificates match with the given certificates
|