Uses of Class
com.atlassian.confluence.util.http.Authenticator
-
Packages that use Authenticator Package Description com.atlassian.confluence.util.http com.atlassian.confluence.util.http.httpclient -
-
Uses of Authenticator in com.atlassian.confluence.util.http
Methods in com.atlassian.confluence.util.http that return Authenticator Modifier and Type Method Description AuthenticatorHttpRequest. getAuthenticator()Deprecated, for removal: This API element is subject to removal in a future version.AuthenticatorHttpRequestConfig. getAuthenticator()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.confluence.util.http with parameters of type Authenticator Modifier and Type Method Description voidHttpRequest. setAuthenticator(Authenticator authenticator)Deprecated, for removal: This API element is subject to removal in a future version.voidHttpRequestConfig. setAuthenticator(Authenticator authenticator)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Authenticator in com.atlassian.confluence.util.http.httpclient
Subclasses of Authenticator in com.atlassian.confluence.util.http.httpclient Modifier and Type Class Description classBasicAuthenticatorDeprecated, for removal: This API element is subject to removal in a future version.Since 5.5 will be removed in 9.0classHttpClientAuthenticatorDeprecated, for removal: This API element is subject to removal in a future version.since 7.0.1 will be removed in 9.0
-