Searched refs:REFERRAL (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DContext.java997 String REFERRAL = "java.naming.referral"; field in interface:Context
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtxFactory.java89 "throw".equals(envprops.get(Context.REFERRAL))) {
H A DLdapCtx.java2176 } else if (propName.equals(Context.REFERRAL)) {
2235 } else if (propName.equals(Context.REFERRAL)) {
2327 setReferralMode((String)envprops.get(Context.REFERRAL), false);
2391 "Illegal value for " + Context.REFERRAL + " property.");
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java246 if (currentEnv.get(Context.REFERRAL) == null) {
247 ctx.addToEnvironment(Context.REFERRAL, "follow");

Completed in 44 milliseconds