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

Examples of com.ibm.sbt.opensocial.domino.oauth.DominoOAuth2Store


    return config;
  }

  public DominoOAuth2Store getContainerOAuth2Store()
      throws ContainerExtPointException {
    return new DominoOAuth2Store() {

      public DominoOAuth2Client getClient(String arg0, String arg1,
          String arg2, String arg3, String arg4) {
        return null;
      }
View Full Code Here

TOP

Related Classes of com.ibm.sbt.opensocial.domino.oauth.DominoOAuth2Store

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.