Package com.ibm.sbt.opensocial.domino.oauth.clients

Examples of com.ibm.sbt.opensocial.domino.oauth.clients.GoogleOAuth2Client


        StringUtils.trim(fieldMap.get(SbtConstants.CON_GADGET_OA2_CONSUMERSECRET)));
    return client;
  }
 
  private DominoOAuth2Client createGoogleClient(Map<String, String> fieldMap) {
    DominoOAuth2Client client = new GoogleOAuth2Client(StringUtils.trim(fieldMap.get(SbtConstants.GOOGLE_GADGET_OA_CONSUMERKEY)),
        StringUtils.trim(fieldMap.get(SbtConstants.GOOGLE_GADGET_OA_CONSUMERSECRET)));
    return client;
  }
View Full Code Here

TOP

Related Classes of com.ibm.sbt.opensocial.domino.oauth.clients.GoogleOAuth2Client

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.