The initial SecurityConfig.groovy Acegi file


/ Published in: Groovy
Save to your folder(s)



Copy this code and paste it in your HTML
  1. security {
  2.  
  3. // see DefaultSecurityConfig.groovy for all settable/overridable properties
  4.  
  5. active = true
  6.  
  7. loginUserDomainClass = "User"
  8. authorityDomainClass = "Role"
  9. requestMapClass = "RequestMap"
  10. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.