Searched defs:AuthenticationInfo (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DAuthenticationInfo.java38 * AuthenticationInfo: Encapsulate the information needed to
52 public abstract class AuthenticationInfo extends AuthCacheValue implements Cloneable { class in inherits:AuthCacheValue,Cloneable
192 public AuthenticationInfo(char type, AuthScheme authScheme, String host, int port, String realm) { method in class:AuthenticationInfo
206 // Cannot happen because Cloneable implemented by AuthenticationInfo
215 public AuthenticationInfo(char type, AuthScheme authScheme, URL url, String realm) { method in class:AuthenticationInfo
257 static AuthenticationInfo getServerAuth(URL url) {
283 static AuthenticationInfo getServerAuth(String key) {
284 AuthenticationInfo cached = getAuth(key, null);
294 * Return the AuthenticationInfo object from the cache if it's path is
297 static AuthenticationInfo getAut
[all...]

Completed in 54 milliseconds