Searched refs:authObj (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java190 NTLMAuthSequence seq = (NTLMAuthSequence)conn.authObj();
193 conn.authObj(seq);
198 conn.authObj(null);
202 conn.authObj(null);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java320 private Object authObj; field in class:HttpURLConnection
447 public Object authObj() { method in class:HttpURLConnection
448 return authObj;
451 public void authObj(Object authObj) { argument
452 this.authObj = authObj;
1405 authObj = null;
1487 authObj = null;
1850 authObj
[all...]

Completed in 1823 milliseconds