Results 1 to 2 of 2

Thread: ACL mask usage question

  1. #1
    Join Date
    Feb 2005
    Posts
    4

    Default ACL mask usage question

    What is the intended usage of ADMINISTRATION compared to READ, WRITE, CREATE, and DELETE. Is it a coarser grained access schema? Or are there other use cases? Just curious how people are using it.

    Thanks.

    Andreas

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

    Default

    The ACL permissions are not prescriptive, they can mean whatever you want them to mean, or you can write your own AbstractBasicAclEntry subclass that provides application-specific permissions.

    Administration usually means "all permissions plus the ability to modify ACLs for this object". So a holder of administration can grant new privileges, whereas a user with write permissions can only write to the object (not its ACLs).

Similar Threads

  1. Forgot password (e.g. secret question) using Acegi
    By lowerymb77 in forum Security
    Replies: 1
    Last Post: Oct 16th, 2005, 10:46 PM
  2. Question about bean factory usage
    By T in forum Container
    Replies: 6
    Last Post: Jul 1st, 2005, 01:04 PM
  3. freemarker macro usage question
    By apyles in forum Web
    Replies: 1
    Last Post: Apr 19th, 2005, 10:34 AM
  4. Replies: 6
    Last Post: Oct 8th, 2004, 02:21 PM
  5. Basic question about the usage of Spring
    By sganzman in forum Container
    Replies: 1
    Last Post: Aug 24th, 2004, 10:34 AM

Posting Permissions

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