T
- The type of request to createpublic interface TrustedRequestFactory<T extends TrustedRequest> extends RequestFactory
TrustedRequest
s. 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, supportsHeader
T createTrustedRequest(Request.MethodType methodType, String url)
Request.MethodType
to given url.
Wraps the request in Trusted Apps authentication.methodType
- url
- Copyright © 2015 Atlassian. All rights reserved.
View cookie preferences