12

Are there any open source projects that enabled implementing OAuth Server? Apache Foundation ones?

Ry-
  • 218,210
  • 55
  • 464
  • 476
zotherstupidguy
  • 2,976
  • 10
  • 39
  • 59

2 Answers2

7

I would suggest using the Spring Security Module. It's open source and the entire framework is very powerful.

garbelini
  • 468
  • 3
  • 10
Chris Thompson
  • 35,167
  • 12
  • 80
  • 109
  • I plan to use Guice for DI, I am not sure how Spring Security would bundle in with Guice?? – zotherstupidguy Feb 26 '11 at 13:02
  • 1
    According to this: http://stackoverflow.com/questions/5484568/is-it-possible-to-use-spring-security-with-google-guice there is no Spring/Guice integration. Here is a simple tutorial how to write custom AOP security check: http://jpz-log.info/archives/2009/11/04/guice-it-up-or-aop-can-be-made-simple-sometimes/ – Sebastian Łaskawiec Nov 16 '11 at 13:52
6

Have a look at http://oauth.net/code/

in the Java section ;)

Otto
  • 430
  • 6
  • 10