Uses of Class
org.jsoup.helper.RequestAuthenticator.Context
-
Packages that use RequestAuthenticator.Context Package Description org.jsoup.helper Package containing classes supporting the core jsoup code. -
-
Uses of RequestAuthenticator.Context in org.jsoup.helper
Methods in org.jsoup.helper with parameters of type RequestAuthenticator.Context Modifier and Type Method Description java.net.PasswordAuthentication
RequestAuthenticator. authenticate(RequestAuthenticator.Context auth)
Provide authentication credentials for the provided Request Context.
-