public class OAuth2Utils extends Object
| Constructor and Description |
|---|
OAuth2Utils() |
public static String convertQueryString(Map<String,String> params)
params - represents the Map of query parameterspublic static String buildUrl(String url, Map<String,String> queryParams, Map<String,String> fragmentParams)
URL - is the base URL to normalizequeryParams - query parameters to add to the URLfragmentParams - fragment params to add to the URLCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.