Package | Description |
---|---|
com.atlassian.confluence.util.http | |
com.atlassian.confluence.util.http.httpclient |
Modifier and Type | Method and Description |
---|---|
Authenticator |
HttpRequestConfig.getAuthenticator() |
Authenticator |
HttpRequest.getAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequestConfig.setAuthenticator(Authenticator authenticator) |
void |
HttpRequest.setAuthenticator(Authenticator authenticator) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthenticator
Deprecated.
Since 5.5 not used.
|
class |
DefaultSeraphAuthenticator |
class |
HttpClientAuthenticator |
class |
TrustedTokenAuthenticator
Authenticator that attaches a token from a
TrustedTokenFactory to a HTTP request and allows for status
reporting on an executed request. |
Copyright © 2003–2015 Atlassian. All rights reserved.