Results 1 to 2 of 2

Thread: Spring Security different roles and security taglibs

  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.

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,695

    Default

    There are no default roles. I suggest that you start reading the reference guide.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

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
  •