Results 1 to 3 of 3

Thread: User groups

  1. #1
    Join Date
    Sep 2004
    Posts
    2

    Default User groups

    Does Acegi support the concept of user groups? For example, a bank application that defined a user group called tellers. Permissions would be associated with the group and anyone belonging to the tellers group would have those permissions? How would this be implemented using Acegi?

    Thanks.

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Acegi Security only supports the notion of principals being assigned GrantedAuthority[]s.

    Any administrative conveniences the aggregate GrantedAuthority[]s, such as groups, are an implementation responsibility. You'd be best off achieving this via an AuthenticationDao that understands your GROUPS table (assuming of course you're using DaoAuthenticationProvider like most people).

  3. #3
    Join Date
    Sep 2004
    Posts
    2

    Default

    Thanks for the quick response.

Similar Threads

  1. Problem with HibernateInterceptor
    By prane in forum Data
    Replies: 5
    Last Post: Oct 16th, 2007, 08:01 AM
  2. LDAPPasswordAuthenticationDao problem
    By benoit_m35 in forum Security
    Replies: 15
    Last Post: Jan 11th, 2006, 07:04 AM
  3. Replies: 3
    Last Post: Sep 22nd, 2005, 10:14 AM
  4. Replies: 38
    Last Post: May 11th, 2005, 02:49 PM
  5. Replies: 6
    Last Post: Oct 8th, 2004, 02:21 PM

Posting Permissions

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