public class AuthUtils extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.http.client.methods.HttpPost |
getPostForOnline(URL siteUrl,
String token) |
static org.apache.http.client.methods.HttpPost |
getPostForOnPremise(URL siteUrl,
String token) |
public static org.apache.http.client.methods.HttpPost getPostForOnline(URL siteUrl, String token) throws UnsupportedEncodingException
UnsupportedEncodingException
public static org.apache.http.client.methods.HttpPost getPostForOnPremise(URL siteUrl, String token) throws UnsupportedEncodingException
UnsupportedEncodingException
Copyright © 2010–2020. All rights reserved.