public interface TrustedRequest
extends com.atlassian.sal.api.net.Request
Request.execute(com.atlassian.sal.api.net.ResponseHandler).
This extracts methods originally part of Request| Modifier and Type | Method and Description |
|---|---|
TrustedRequest |
addTrustedTokenAuthentication(String hostname)
Adds TrustedTokenAuthentication to the request.
|
TrustedRequest |
addTrustedTokenAuthentication(String hostname,
String username)
Adds TrustedTokenAuthentication to the request.
|
TrustedRequest addTrustedTokenAuthentication(String hostname)
hostname - Hostname that this authentication applies toTrustedRequest addTrustedTokenAuthentication(String hostname, String username)
hostname - Hostname that this authentication applies tousername - The user to make the request withCopyright © 2018 Atlassian. All rights reserved.