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) LDAPReferralException
LdapReferralException.m_ldapEx
Constructors 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) LDAPConnection
LDAPConnection.createReferralConnection
(LDAPReferralException e, LDAPConstraints cons) Establish the LDAPConnection to the referred server.private LDAPExtendedOperation
LDAPConnection.performExtendedReferrals
(LDAPReferralException e, LDAPConstraints cons, LDAPExtendedOperation op) Follows a referral for an extended operation.(package private) void
LDAPConnection.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.