Skip to content

Commit

Permalink
support Google AppEngine ! OhadR/oAuth2-sample/issues/26
Browse files Browse the repository at this point in the history
  • Loading branch information
OhadR committed May 2, 2014
1 parent 9032248 commit 9dbbd04
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 309 deletions.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions coffee-req/src/main/webapp/WEB-INF/spring-servlet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
<!-- decide how you wanna work: in-mem repo, or jdbc impl: -->
<!-- bean class="com.ohadr.auth_flows.mocks.InMemoryAuthenticationAccountRepositoryImpl" / -->
<bean id="userDetailsService"
class="com.ohadr.dictionary.gae.GAEAuthenticationAccountRepositoryImpl" />
class="com.ohadr.auth_flows.core.gae.gae.GAEAuthenticationAccountRepositoryImpl" />

<!--bean class="com.ohadr.auth_flows.core.jdbc.JdbcAuthenticationPolicyRepositoryImpl" / -->
<bean
class="com.ohadr.auth_flows.mocks.MockAuthenticationPolicyRepositoryImpl" />



<bean id="mailSender" class="com.ohadr.dictionary.gae.GAEMailSenderImpl" />
<bean id="mailSender" class="com.ohadr.auth_flows.core.gae.GAEMailSenderImpl" />

</beans>
File renamed without changes.
File renamed without changes.
File renamed without changes.

1 comment on commit 9dbbd04

@OhadR
Copy link
Owner Author

@OhadR OhadR commented on 9dbbd04 May 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4

Please sign in to comment.