Uses of Class
netscape.ldap.LDAPReferralException
Packages that use LDAPReferralException
-
Uses of LDAPReferralException in com.netscape.jndi.ldap
Fields in com.netscape.jndi.ldap declared as LDAPReferralExceptionModifier and TypeFieldDescription(package private) LDAPReferralExceptionLdapReferralException.m_ldapExConstructors in com.netscape.jndi.ldap with parameters of type LDAPReferralExceptionModifierConstructorDescriptionLdapReferralException(LdapContextImpl srcCtx, LDAPReferralException ldapEx) -
Uses of LDAPReferralException in netscape.ldap
Methods in netscape.ldap with parameters of type LDAPReferralExceptionModifier and TypeMethodDescription(package private) LDAPConnectionLDAPConnection.createReferralConnection(LDAPReferralException e, LDAPConstraints cons) Establish the LDAPConnection to the referred server.private LDAPExtendedOperationLDAPConnection.performExtendedReferrals(LDAPReferralException e, LDAPConstraints cons, LDAPExtendedOperation op) Follows a referral for an extended operation.(package private) voidLDAPConnection.performReferrals(LDAPReferralException e, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> results) Follows a referral.