Uses of Class
com.netscape.certsrv.ldap.ELdapException
Packages that use ELdapException
Package
Description
-
Uses of ELdapException in com.netscape.certsrv.ldap
Subclasses of ELdapException in com.netscape.certsrv.ldapModifier and TypeClassDescriptionclass
This represents exception which indicates Ldap server is down.Methods in com.netscape.certsrv.ldap that throw ELdapExceptionModifier and TypeMethodDescriptionnetscape.ldap.LDAPConnection
ILdapConnFactory.getConn()
Request access to a Ldap connection from the pool.void
ILdapConnModule.init
(ConfigStore 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. -
Uses of ELdapException in com.netscape.certsrv.publish
Subclasses of ELdapException in com.netscape.certsrv.publishModifier and TypeClassDescriptionclass
This type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.class
Exception for Publish Mapper not found.class
Exception for Mapper Plugin not found.class
Exception for Publisher not found.class
Exception for Publisher Plugin not found.class
Exception for Ldap Publishing Rule not found.class
Exception for Publisher Rule plugin not found.Methods in com.netscape.certsrv.publish that throw ELdapExceptionModifier and TypeMethodDescriptionvoid
ILdapCrlMapper.init
(ConfigStore config) initialize from config store.void
ILdapPlugin.init
(ConfigStore config) Initialize from config store.void
ILdapPluginImpl.init
(ISubsystem sys, ConfigStore config) initialize from config store.void
ILdapPluginImpl.init
(ConfigStore config) initialize from config store and Isubsystem.ILdapCertMapper.map
(netscape.ldap.LDAPConnection conn, X509Certificate cert, boolean checkForCert) maps a certificate to a LDAP entry.ILdapCrlMapper.map
(netscape.ldap.LDAPConnection conn, org.mozilla.jss.netscape.security.x509.X509CRLImpl crl, boolean checkForCrl) maps a crl to a LDAP entry.maps a certificate to a LDAP entry.maps a certificate to a LDAP entry.void
Publish an object.void
IXcertPublisherProcessor.publishXCertPair
(byte[] pair) Publish crossCertificatePair.void
Unpublish an object. -
Uses of ELdapException in com.netscape.certsrv.usrgrp
Methods in com.netscape.certsrv.usrgrp that throw ELdapExceptionModifier and TypeMethodDescriptionCertUserLocator.locateUser
(Certificates certs) Returns a user whose certificates match with the given certificates -
Uses of ELdapException in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw ELdapExceptionModifier and TypeMethodDescriptionprotected netscape.ldap.LDAPConnection
DirAclAuthz.getConn()
protected void
DirAclAuthz.returnConn
(netscape.ldap.LDAPConnection conn) -
Uses of ELdapException in com.netscape.cms.publish.mappers
Methods in com.netscape.cms.publish.mappers that throw ELdapExceptionModifier and TypeMethodDescriptionMapDNPattern.formDN
(Request req, org.mozilla.jss.netscape.security.x509.X500Name subject, org.mozilla.jss.netscape.security.x509.CertificateExtensions ext) Form a Ldap v3 DN string from a request and a cert subject name.String[]
LdapDNCompsMap.formDNandFilter
(org.mozilla.jss.netscape.security.x509.X500Name subjName) form a dn and filter from component in the cert subject namestatic org.mozilla.jss.netscape.security.util.ObjectIdentifier[]
LdapDNCompsMap.getCompsFromString
(String val) useful routine for parsing components given as string to arrays of objectidentifiers.Maps a X500 subject name to LDAP entry.Maps a X500 subject name to LDAP entry.Maps a certificate to LDAP entry.Finds the entry for the certificate by looking for the cert subject name in the subject name attribute.Finds the entry for the certificate by looking for the cert subject name in the subject name attribute.Maps a crl to LDAP entry.LdapDNCompsMap.map
(netscape.ldap.LDAPConnection conn, org.mozilla.jss.netscape.security.x509.X500Name x500name, byte[] obj) Maps a X500 subject name to LDAP entry.Maps an X500 subject name to an LDAP entry.Maps an X500 subject name to an LDAP entry.Maps a X500 subject name to LDAP entry.Maps a X500 subject name to LDAP entry.Maps a X500 subject name to LDAP entry.Constructors in com.netscape.cms.publish.mappers that throw ELdapExceptionModifierConstructorDescriptionMapDNPattern
(String pattern) Construct a DN pattern by parsing a pattern string. -
Uses of ELdapException in com.netscape.cms.publish.publishers
Methods in com.netscape.cms.publish.publishers that throw ELdapExceptionModifier and TypeMethodDescriptionvoid
Publishes a object to the ldap directory.void
publish a CA certificate Adds the cert to the multi-valued certificate attribute as a DER encoded binary blob.void
publish a certificatePair -should not be called from listeners.void
publish a certificatePair -should not be called from listeners.void
publish a user certificate Adds the cert to the multi-valued certificate attribute as a DER encoded binary blob.void
Replaces the CRL in the certificateRevocationList attribute.void
publish a user certificate Adds the cert to the multi-valued certificate attribute as a DER encoded binary blob.void
Publishs a object to the ldap directory.void
Unpublishes a object to the ldap directory.void
deletes the certificate from CA's certificate attribute.void
LdapCertificatePairPublisher.unpublish
(netscape.ldap.LDAPConnection conn, String dn, Object certObj) unsupportedvoid
deletes the certificate from the list of certificates.void
There shouldn't be a need to call this.void
unpublish a user certificate deletes the certificate from the list of certificates.void
Unpublishs a object to the ldap directory. -
Uses of ELdapException in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap that throw ELdapExceptionModifier and TypeMethodDescriptionboolean
ILdapExpression.evaluate
(SessionContext sc) Evaluate the Expression.boolean
Evaluate the Expression.boolean
LdapAndExpression.evaluate
(SessionContext sc) boolean
boolean
LdapOrExpression.evaluate
(SessionContext sc) boolean
boolean
LdapSimpleExpression.evaluate
(SessionContext sc) boolean
netscape.ldap.LDAPConnection
LdapConnModule.getConn()
PublisherProcessor.getMapperDefaultParams
(String implName) Returns mapper initial default parameters.PublisherProcessor.getMapperInstanceParams
(String insName) Returns mapper current instance parameters.PublisherProcessor.getPublisherDefaultParams
(String implName) Returns publisher initial default parameters.PublisherProcessor.getPublisherInstanceParams
(String insName) Returns Vector of PublisherIntance's current instance parameters.PublisherProcessor.getRuleDefaultParams
(String implName) Returns Vector of RulePlugin's initial default parameters.PublisherProcessor.getRuleInstanceParams
(String implName) Returns Vector of RulePlugin's current instance parameters.static ILdapExpression
Parse the predicate expression and return a vector of expressions.static ILdapExpression
void
LdapConnModule.returnConn
(netscape.ldap.LDAPConnection conn) -
Uses of ELdapException in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn that throw ELdapExceptionModifier and TypeMethodDescriptionnetscape.ldap.LDAPConnection
LdapAnonConnFactory.getConn()
Gets connection from this factory.netscape.ldap.LDAPConnection
LdapAnonConnFactory.getConn
(boolean waitForConn) Returns a LDAP connection - a clone of the master connection.netscape.ldap.LDAPConnection
LdapBoundConnFactory.getConn()
gets a conenction from this factory.LdapBoundConnFactory.getConn
(boolean waitForConn) Returns a LDAP connection - a clone of the master connection.protected void
LdapAnonConnFactory.init()
initialize routine from parameters.void
LdapAnonConnFactory.init
(PKISocketConfig config) void
LdapAnonConnFactory.init
(PKISocketConfig config, LDAPConfig dbConfig) void
LdapBoundConnFactory.init
(PKISocketConfig config, LDAPConfig dbConfig) void
LdapBoundConnFactory.init
(PKISocketConfig config, LDAPConfig dbConfig, IPasswordStore passwordStore) void
LdapBoundConnFactory.init
(PKISocketConfig config, IPasswordStore passwordStore) void
LdapConnInfo.init
(LDAPConnectionConfig config) initializes an instance from a config store.protected void
LdapBoundConnFactory.makeConnection
(boolean errorIfDown) makes the initial master connection used to clone others..protected void
LdapAnonConnFactory.makeMinimum
(boolean errorIfDown) make the mininum configured connectionsvoid
LdapAnonConnFactory.reset()
resets this factory - if no connections outstanding, disconnections all connections and resets everything to 0 as if no connections were ever made.void
LdapBoundConnFactory.reset()
used for disconnecting all connections and reset everything to 0 as if connections were never made.void
LdapBoundConnFactory.shutdown()
Constructors in com.netscape.cmscore.ldapconn that throw ELdapExceptionModifierConstructorDescriptionLdapAnonConnFactory
(String id, int minConns, int maxConns, int maxResults, LdapConnInfo connInfo) Constructor for LdapAnonConnFactoryLdapAnonConnFactory
(String id, int minConns, int maxConns, LdapConnInfo connInfo) Constructor for LdapAnonConnFactoryLdapBoundConnFactory
(String id, int minConns, int maxConns, int maxResults, LdapConnInfo connInfo, LdapAuthInfo authInfo) Constructor for LdapBoundConnFactoryLdapBoundConnFactory
(String id, int minConns, int maxConns, LdapConnInfo connInfo, LdapAuthInfo authInfo) Constructor for LdapBoundConnFactoryLdapConnInfo
(LDAPConnectionConfig config) default constructor. -
Uses of ELdapException in com.netscape.cmscore.session
Constructors in com.netscape.cmscore.session that throw ELdapException -
Uses of ELdapException in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that throw ELdapExceptionModifier and TypeMethodDescriptionprotected netscape.ldap.LDAPConnection
UGSubsystem.getConn()
CertDNCertUserLocator.locateUser
(Certificates certs) Do the cert-user mappingExactMatchCertUserLocator.locateUser
(Certificates certs) Do the cert-user mapping