Spring Security(Third Edition)
上QQ阅读APP看书,第一时间看更新

Configuring group-based access control

We'll add two groups to the application: regular users, which we'll call Users, and administrative users, which we'll call Administrators. Our existing accounts will be associated with the appropriate groups through an additional SQL script.