Uses of Class
com.netscape.certsrv.ldap.ELdapException
-
-
Uses of ELdapException in com.netscape.certsrv.ldap
Subclasses of ELdapException in com.netscape.certsrv.ldap Modifier and Type Class Description classELdapServerDownExceptionThis represents exception which indicates Ldap server is down.Methods in com.netscape.certsrv.ldap that throw ELdapException Modifier and Type Method Description netscape.ldap.LDAPConnectionILdapConnFactory. getConn()Request access to a Ldap connection from the pool.voidILdapConnModule. init(IConfigStore config)Initialize ldap publishing module with config store.voidILdapConnFactory. reset()Used for disconnecting all connections.voidILdapConnFactory. 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.publish Modifier and Type Class Description classECompSyntaxErrThis type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.classEMapperNotFoundException for Publish Mapper not found.classEMapperPluginNotFoundException for Mapper Plugin not found.classEPublisherNotFoundException for Publisher not found.classEPublisherPluginNotFoundException for Publisher Plugin not found.classERuleNotFoundException for Ldap Publishing Rule not found.classERulePluginNotFoundException for Publisher Rule plugin not found.Methods in com.netscape.certsrv.publish that throw ELdapException Modifier and Type Method Description voidILdapCrlMapper. init(IConfigStore config)initialize from config store.voidILdapPlugin. init(IConfigStore config)Initialize from config store.voidILdapPluginImpl. init(IConfigStore config)initialize from config store and Isubsystem.voidILdapPluginImpl. init(ISubsystem sys, IConfigStore config)initialize from config store.LdapCertMapResultILdapCertMapper. map(netscape.ldap.LDAPConnection conn, java.security.cert.X509Certificate cert, boolean checkForCert)maps a certificate to a LDAP entry.LdapCertMapResultILdapCrlMapper. map(netscape.ldap.LDAPConnection conn, org.mozilla.jss.netscape.security.x509.X509CRLImpl crl, boolean checkForCrl)maps a crl to a LDAP entry.java.lang.StringILdapMapper. map(netscape.ldap.LDAPConnection conn, IRequest r, java.lang.Object obj)maps a certificate to a LDAP entry.java.lang.StringILdapMapper. map(netscape.ldap.LDAPConnection conn, java.lang.Object obj)maps a certificate to a LDAP entry.voidILdapPublisher. publish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object object)Publish an object.voidIPublishRuleSet. publish(netscape.ldap.LDAPConnection conn, IRequest req)Apply publishing rules on a request.voidIXcertPublisherProcessor. publishXCertPair(byte[] pair)Publish crossCertificatePair.voidILdapPublisher. unpublish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object object)Unpublish an object. -
Uses of ELdapException in com.netscape.certsrv.usrgrp
Methods in com.netscape.certsrv.usrgrp that throw ELdapException Modifier and Type Method Description UserCertUserLocator. 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 ELdapException Modifier and Type Method Description protected netscape.ldap.LDAPConnectionDirAclAuthz. getConn()protected voidDirAclAuthz. returnConn(netscape.ldap.LDAPConnection conn) -
Uses of ELdapException in com.netscape.cms.publish.mappers
Methods in com.netscape.cms.publish.mappers that throw ELdapException Modifier and Type Method Description java.lang.StringMapDNPattern. formDN(IRequest 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.java.lang.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(java.lang.String val)useful routine for parsing components given as string to arrays of objectidentifiers.java.lang.StringLdapCaSimpleMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)Maps a X500 subject name to LDAP entry.java.lang.StringLdapCaSimpleMap. map(netscape.ldap.LDAPConnection conn, java.lang.Object obj)Maps a X500 subject name to LDAP entry.java.lang.StringLdapCertCompsMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)java.lang.StringLdapCertCompsMap. map(netscape.ldap.LDAPConnection conn, java.lang.Object obj)Maps a certificate to LDAP entry.java.lang.StringLdapCertExactMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)java.lang.StringLdapCertExactMap. map(netscape.ldap.LDAPConnection conn, java.lang.Object obj)Finds the entry for the certificate by looking for the cert subject name in the subject name attribute.java.lang.StringLdapCertSubjMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)java.lang.StringLdapCertSubjMap. map(netscape.ldap.LDAPConnection conn, java.lang.Object obj)Finds the entry for the certificate by looking for the cert subject name in the subject name attribute.java.lang.StringLdapCrlIssuerCompsMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)java.lang.StringLdapCrlIssuerCompsMap. map(netscape.ldap.LDAPConnection conn, java.lang.Object obj)Maps a crl to LDAP entry.java.lang.StringLdapDNCompsMap. map(netscape.ldap.LDAPConnection conn, org.mozilla.jss.netscape.security.x509.X500Name x500name, byte[] obj)Maps a X500 subject name to LDAP entry.java.lang.StringLdapEnhancedMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)Maps an X500 subject name to an LDAP entry.java.lang.StringLdapEnhancedMap. map(netscape.ldap.LDAPConnection conn, java.lang.Object obj)Maps an X500 subject name to an LDAP entry.java.lang.StringLdapSimpleMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)Maps a X500 subject name to LDAP entry.java.lang.StringLdapSimpleMap. map(netscape.ldap.LDAPConnection conn, java.lang.Object obj)Maps a X500 subject name to LDAP entry.java.lang.StringNoMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)java.lang.StringNoMap. map(netscape.ldap.LDAPConnection conn, java.lang.Object obj)Maps a X500 subject name to LDAP entry.java.util.Vector<java.lang.String>LdapCertSubjMap. mapAll(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)java.util.Vector<java.lang.String>LdapCertSubjMap. mapAll(netscape.ldap.LDAPConnection conn, java.lang.Object obj)Constructors in com.netscape.cms.publish.mappers that throw ELdapException Constructor Description MapDNPattern(java.io.PushbackReader in)MapDNPattern(java.lang.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 ELdapException Modifier and Type Method Description voidFileBasedPublisher. publish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object object)Publishes a object to the ldap directory.voidLdapCaCertPublisher. 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.voidLdapCertificatePairPublisher. publish(netscape.ldap.LDAPConnection conn, java.lang.String dn, byte[] pair)publish a certificatePair -should not be called from listeners.voidLdapCertificatePairPublisher. publish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object pair)publish a certificatePair -should not be called from listeners.voidLdapCertSubjPublisher. 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.voidLdapCrlPublisher. publish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object crlObj)Replaces the CRL in the certificateRevocationList attribute.voidLdapUserCertPublisher. 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.voidOCSPPublisher. publish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object object)Publishs a object to the ldap directory.voidFileBasedPublisher. unpublish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object object)Unpublishes a object to the ldap directory.voidLdapCaCertPublisher. unpublish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object certObj)deletes the certificate from CA's certificate attribute.voidLdapCertificatePairPublisher. unpublish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object certObj)unsupportedvoidLdapCertSubjPublisher. unpublish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object certObj)deletes the certificate from the list of certificates.voidLdapCrlPublisher. unpublish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object crlObj)There shouldn't be a need to call this.voidLdapUserCertPublisher. 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.voidOCSPPublisher. unpublish(netscape.ldap.LDAPConnection conn, java.lang.String dn, java.lang.Object object)Unpublishs a object to the ldap directory. -
Uses of ELdapException in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap that throw ELdapException Modifier and Type Method Description booleanILdapExpression. evaluate(SessionContext sc)Evaluate the Expression.booleanILdapExpression. evaluate(IRequest req)Evaluate the Expression.booleanLdapAndExpression. evaluate(SessionContext sc)booleanLdapAndExpression. evaluate(IRequest req)booleanLdapOrExpression. evaluate(SessionContext sc)booleanLdapOrExpression. evaluate(IRequest req)booleanLdapSimpleExpression. evaluate(SessionContext sc)booleanLdapSimpleExpression. evaluate(IRequest req)netscape.ldap.LDAPConnectionLdapConnModule. getConn()java.util.Vector<java.lang.String>PublisherProcessor. getMapperDefaultParams(java.lang.String implName)Returns mapper initial default parameters.java.util.Vector<java.lang.String>PublisherProcessor. getMapperInstanceParams(java.lang.String insName)Returns mapper current instance parameters.java.util.Vector<java.lang.String>PublisherProcessor. getPublisherDefaultParams(java.lang.String implName)Returns publisher initial default parameters.java.util.Vector<java.lang.String>PublisherProcessor. getPublisherInstanceParams(java.lang.String insName)Returns Vector of PublisherIntance's current instance parameters.java.util.Vector<java.lang.String>PublisherProcessor. getRuleDefaultParams(java.lang.String implName)Returns Vector of RulePlugin's initial default parameters.java.util.Vector<java.lang.String>PublisherProcessor. getRuleInstanceParams(java.lang.String implName)Returns Vector of RulePlugin's current instance parameters.static ILdapExpressionLdapPredicateParser. parse(java.lang.String predicateExpression)Parse the predicate expression and return a vector of expressions.static ILdapExpressionLdapSimpleExpression. parse(java.lang.String input)voidPublisherProcessor. publishCACert(java.security.cert.X509Certificate cert)Publish ca cert, UpdateDir.java, jobs, request listenersvoidPublisherProcessor. publishCert(java.security.cert.X509Certificate cert, IRequest req)Publishs regular user certificate based on the criteria set in the request.voidPublisherProcessor. 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.voidPublisherProcessor. publishCRL(org.mozilla.jss.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.voidPublisherProcessor. publishXCertPair(byte[] pair)Publish crossCertificatePairvoidLdapConnModule. returnConn(netscape.ldap.LDAPConnection conn)voidPublisherProcessor. unpublishCACert(java.security.cert.X509Certificate cert)This function is never called.voidPublisherProcessor. unpublishCert(java.security.cert.X509Certificate cert, IRequest req)Unpublish user certificate. -
Uses of ELdapException in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn that throw ELdapException Modifier and Type Method Description netscape.ldap.LDAPConnectionLdapAnonConnFactory. getConn()Gets connection from this factory.netscape.ldap.LDAPConnectionLdapAnonConnFactory. getConn(boolean waitForConn)Returns a LDAP connection - a clone of the master connection.netscape.ldap.LDAPConnectionLdapBoundConnFactory. getConn()gets a conenction from this factory.LdapBoundConnectionLdapBoundConnFactory. getConn(boolean waitForConn)Returns a LDAP connection - a clone of the master connection.protected voidLdapAnonConnFactory. init()initialize routine from parameters.voidLdapAnonConnFactory. init(PKISocketConfig config)voidLdapAnonConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)voidLdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)voidLdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig, IPasswordStore passwordStore)voidLdapBoundConnFactory. init(PKISocketConfig config, IPasswordStore passwordStore)voidLdapConnInfo. init(LDAPConnectionConfig config)initializes an instance from a config store.protected voidLdapBoundConnFactory. makeConnection(boolean errorIfDown)makes the initial master connection used to clone others..protected voidLdapAnonConnFactory. makeMinimum(boolean errorIfDown)make the mininum configured connectionsvoidLdapAnonConnFactory. reset()resets this factory - if no connections outstanding, disconnections all connections and resets everything to 0 as if no connections were ever made.voidLdapBoundConnFactory. reset()used for disconnecting all connections and reset everything to 0 as if connections were never made.voidLdapBoundConnFactory. shutdown()Constructors in com.netscape.cmscore.ldapconn that throw ELdapException Constructor Description LdapAnonConnFactory(java.lang.String id, int minConns, int maxConns, int maxResults, LdapConnInfo connInfo)Constructor for LdapAnonConnFactoryLdapAnonConnFactory(java.lang.String id, int minConns, int maxConns, LdapConnInfo connInfo)Constructor for LdapAnonConnFactoryLdapBoundConnFactory(java.lang.String id, int minConns, int maxConns, int maxResults, LdapConnInfo connInfo, LdapAuthInfo authInfo)Constructor for LdapBoundConnFactoryLdapBoundConnFactory(java.lang.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 Constructor Description LDAPSecurityDomainSessionTable(long timeToLive) -
Uses of ELdapException in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that throw ELdapException Modifier and Type Method Description protected netscape.ldap.LDAPConnectionUGSubsystem. getConn()UserCertDNCertUserLocator. locateUser(Certificates certs)Do the cert-user mappingUserExactMatchCertUserLocator. locateUser(Certificates certs)Do the cert-user mapping
-