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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationHeader.java129 public HttpCallerInfo getHttpCallerInfo() { method in class:AuthenticationHeader
H A DHttpURLConnection.java2060 ret = new NegotiateAuthentication(new HttpCallerInfo(authhdr.getHttpCallerInfo(), "Negotiate"));
2063 ret = new NegotiateAuthentication(new HttpCallerInfo(authhdr.getHttpCallerInfo(), "Kerberos"));
2150 ret = new NegotiateAuthentication(new HttpCallerInfo(authhdr.getHttpCallerInfo(), "Kerberos"));
2153 ret = new NegotiateAuthentication(new HttpCallerInfo(authhdr.getHttpCallerInfo(), "Negotiate"));

Completed in 37 milliseconds