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

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


    public DominoOAuth2TokenStoreProvider(final @Named(OAuth2FetcherConfig.OAUTH2_STATE_CRYPTER) BlobCrypter stateCrypter,
        final @Named("shindig.oauth2.global-redirect-uri") String globalRedirectUri,
        final GadgetSpecFactory specFactory, final ContainerExtPointManager extPointManager, Logger log,
        final OAuth2Encrypter encrypter, Authority authority,
        @Nullable @Named("shindig.contextroot") String contextRoot) {
      this.store = new DominoOAuth2TokenStore(specFactory, extPointManager, log, encrypter, authority,
          contextRoot, stateCrypter, globalRedirectUri);
    }
View Full Code Here

TOP

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

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.