Uses of Interface
org.miaixz.bus.http.secure.Authenticator
Packages that use Authenticator
Package
Description
Java应用的HTTP客户端
-
Uses of Authenticator in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return AuthenticatorModifier and TypeMethodDescriptionHttpd.authenticator()Address.proxyAuthenticator()Returns the client's proxy authenticator.Httpd.proxyAuthenticator()Methods in org.miaixz.bus.http with parameters of type AuthenticatorModifier and TypeMethodDescriptionHttpd.Builder.authenticator(Authenticator authenticator) 设置用于响应来自源服务器的挑战的验证器。使用Httpd.Builder.proxyAuthenticator设置代理服务器的身份验证器.Httpd.Builder.proxyAuthenticator(Authenticator proxyAuthenticator) 设置用于响应来自代理服务器的挑战的验证器。使用Httpd.Builder.authenticator设置源服务器的身份验证器 果未设置,将尝试no authentication will be attemptedConstructors in org.miaixz.bus.http with parameters of type AuthenticatorModifierConstructorDescriptionAddress(String uriHost, int uriPort, DnsX dns, SocketFactory socketFactory, SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier, CertificatePinner certificatePinner, Authenticator proxyAuthenticator, Proxy proxy, List<Protocol> protocols, List<ConnectionSuite> connectionSuites, ProxySelector proxySelector) -
Uses of Authenticator in org.miaixz.bus.http.plugin.httpx
Methods in org.miaixz.bus.http.plugin.httpx that return Authenticator -
Uses of Authenticator in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type AuthenticatorModifier and TypeMethodDescriptionHttpBuilder.authenticator(Authenticator authenticator) HttpBuilder.proxyAuthenticator(Authenticator proxyAuthenticator) -
Uses of Authenticator in org.miaixz.bus.http.secure
Classes in org.miaixz.bus.http.secure that implement AuthenticatorFields in org.miaixz.bus.http.secure declared as AuthenticatorModifier and TypeFieldDescriptionstatic final AuthenticatorAuthenticator.NONE不知道任何凭据且不尝试进行身份验证的验证程序