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 TypeClassDescriptionclassThis represents exception which indicates Ldap server is down.Methods in com.netscape.certsrv.ldap that throw ELdapExceptionModifier and TypeMethodDescriptionabstract netscape.ldap.LDAPConnectionLdapConnFactory.getConn()Request access to a Ldap connection from the pool.abstract voidLdapConnFactory.reset()Used for disconnecting all connections.abstract voidLdapConnFactory.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 TypeClassDescriptionclassThis type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.classException for Publish Mapper not found.classException for Mapper Plugin not found.classException for Publisher not found.classException for Publisher Plugin not found.classException for Ldap Publishing Rule not found.classException for Publisher Rule plugin not found.Methods in com.netscape.certsrv.publish that throw ELdapExceptionModifier and TypeMethodDescriptionabstract voidMapper.init(ConfigStore config) Initialize from config store.abstract voidPublisher.init(ConfigStore config) Initialize from config store.abstract Stringmaps a certificate to a LDAP entry.abstract Stringmaps a certificate to a LDAP entry.abstract voidPublish an object.abstract voidUnpublish an object. -
Uses of ELdapException in com.netscape.certsrv.usrgrp
Methods in com.netscape.certsrv.usrgrp that throw ELdapExceptionModifier and TypeMethodDescriptionabstract 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 ELdapExceptionModifier and TypeMethodDescriptionprotected netscape.ldap.LDAPConnectionDirAclAuthz.getConn()protected voidDirAclAuthz.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.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.LdapBoundConnFactory.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, PasswordStore passwordStore) voidLdapBoundConnFactory.init(PKISocketConfig config, PasswordStore 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 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
Methods 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.LDAPConnectionUGSubsystem.getConn()CertDNCertUserLocator.locateUser(Certificates certs) Do the cert-user mappingExactMatchCertUserLocator.locateUser(Certificates certs) Do the cert-user mapping