-
Notifications
You must be signed in to change notification settings - Fork 27
Spring in Practice, Chapter 7
springinpractice/sip07
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
======================================================================================================================== README - Spring in Practice Recipe 7.1 Copyright (c) 2013 Manning Publications Co. Willie Wheeler ([email protected]) Book: http://manning.com/wheeler/ Blog: http://springinpractice.com/ Code: https://github.com/springinpractice ======================================================================================================================== Authorize method calls based on user roles. Based on a paranoid "deny all" whitelisting approach.