Class AuthenticationHandler

java.lang.Object
java.net.Authenticator
org.jsoup.helper.AuthenticationHandler

class AuthenticationHandler extends Authenticator
Handles per request Authenticator-based authentication. Loads the class `org.jsoup.helper.RequestAuthHandler` if per-request Authenticators are supported (Java 9+), or installs a system-wide Authenticator that delegates to a request ThreadLocal.