Uses of Interface
org.miaixz.bus.http.secure.Authenticator
Packages that use Authenticator
Package
Description
Java应用的HTTP客户端
Httpx 实现
Httpz 实现
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(Authenticator proxyAuthenticator) 设置用于响应来自代理服务器的挑战的验证器。Constructors 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<org.miaixz.bus.core.net.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不知道任何凭据且不尝试进行身份验证的验证程序