Authenticator.RequestorType

public static final enum Authenticator.RequestorType extends Enum<Authenticator.RequestorType>

The type of the entity requesting authentication.

Inherited Method Summary

Enum Values

public static final Authenticator.RequestorType PROXY

Entity requesting authentication is a HTTP proxy server.

public static final Authenticator.RequestorType SERVER

Entity requesting authentication is a HTTP origin server.