| java.lang.Object | |||
| ↳ | com.atlassian.confluence.util.http.Authenticator | ||
| ↳ | com.atlassian.confluence.util.http.httpclient.HttpClientAuthenticator | ||
| ↳ | com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator | ||
Authenticator that attaches a token from a TrustedTokenFactory to a HTTP request and allows for status
reporting on an executed request
| Nested Classes | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TrustedTokenAuthenticator.TrustedConnectionStatus |
This class is deprecated.
As of Confluence 2.10, use TrustedConnectionStatus
|
||||||||||||||||
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.util.http.Authenticator
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
As of Confluence 2.10, use
getTrustedConnectionStatus(HttpResponse)
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.util.http.httpclient.HttpClientAuthenticator
| |||||||||||||||||
From class
com.atlassian.confluence.util.http.Authenticator
| |||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||
This method is deprecated.
As of Confluence 2.10, use getTrustedConnectionStatus(HttpResponse)
Return the status of a trusted application response
| httpMethod | executed HttpClient method |
|---|

