Class OAuth2Utils


  • public class OAuth2Utils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OAuth2Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String buildRequestQuery​(java.util.Map<java.lang.String,​java.lang.String> requestBodyParameters)  
      static java.io.InputStream getResponseStream​(java.net.HttpURLConnection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OAuth2Utils

        public OAuth2Utils()
    • Method Detail

      • buildRequestQuery

        public static java.lang.String buildRequestQuery​(java.util.Map<java.lang.String,​java.lang.String> requestBodyParameters)
      • getResponseStream

        public static java.io.InputStream getResponseStream​(java.net.HttpURLConnection connection)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException