Results 1 to 1 of 1

Thread: Spring security configuration with Roo

  1. #1
    Join Date
    Aug 2010
    Posts
    1

    Default Spring security configuration with Roo

    Hello

    I have a roo (1.0.2) application with Spring security installed. I need some help to configure the applicationContext-security.xml file. I have written intercept-urls that requires creation and modification of a domain object, Region, to people with role 'ROLE_ADMIN'. I have not managed to do the same for the delete operation.

    Can anyone help me to write a intercept-url statement that requires the role 'ROLE_ADMIN' to delete an object of type Region? I want all users have access to read, but role 'ROLE_ADMIN' to create/update/delete objects.

    Any help with the delete part is appreciated.

    Regards
    Bjørn Hamre
    Last edited by javaguruen; Aug 22nd, 2010 at 03:19 PM. Reason: need to edit tags

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •