简体   繁体   中英

Google App Engine + Spring + Domain Object Instance Security

To the point, I was researching implementing security with Spring on Google App Engine which made me feel confident until looking at their implementation of domain ACL.

http://static.springsource.org/spring-security/site/docs/2.0.x/reference/domain-acls.html

I was wondering if this would work in App Engine, and if there any resources/examples demonstrating a working application.

This is a bare bone example of Spring Security working on GAE, but without domain ACL, just basic authentication.

http://blog.springsource.com/2010/08/02/spring-security-in-google-app-engine/

Thanks!

ACL just define a custom service, it have to work on GAE.

This should be a good start: http://grzegorzborkowski.blogspot.com/2008/10/spring-security-acl-very-basic-tutorial.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM