Package com.springsource.greenhouse.connect

Examples of com.springsource.greenhouse.connect.AccountSignInAdapter


   * The Spring MVC Controller that coordinates "sign-in with {provider}" attempts.
   * @param accountRepository the account repository that can load user Account objects given an account id.
   */
//  @Bean
  public ProviderSignInController providerSignInController(AccountRepository accountRepository, RequestCache requestCache) {
    return new ProviderSignInController(connectionFactoryLocator(), usersConnectionRepository(), new AccountSignInAdapter(accountRepository, requestCache));
  }
View Full Code Here

TOP

Related Classes of com.springsource.greenhouse.connect.AccountSignInAdapter

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.