Results 1 to 2 of 2

Thread: Spring Security different roles and security taglibs

Threaded View

  1. #1

    Default Spring Security different roles and security taglibs

    Where can I find the list of default roles in spring security?
    Code:
    <intercept-url pattern="/**" access="ROLE_USER"/>
    and how can I customize to define my own set of roles?

    Where can I find documentation for security taglib ?

    I have asked the same question here.
    Last edited by Vishal Pandya; May 17th, 2009 at 09:54 AM.

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
  •