T - The type of request to createpublic interface TrustedRequestFactory<T extends TrustedRequest> extends RequestFactory
TrustedRequests. Requests are used to make network calls, using Trusted Apps authentication.
The rest plugin provides the default implementation for this interface.
| Modifier and Type | Method and Description |
|---|---|
T |
createTrustedRequest(Request.MethodType methodType,
String url)
Creates a request of given
Request.MethodType to given url. |
createRequest, supportsHeaderT createTrustedRequest(Request.MethodType methodType, String url)
Request.MethodType to given url.
Wraps the request in Trusted Apps authentication.Copyright © 2018 Atlassian. All rights reserved.