Results 1 to 7 of 7

Thread: Introduction to Acegi Article @ Javalobby.org

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    5

    Default Introduction to Acegi Article @ Javalobby.org

    For those just starting with Acegi, I wrote an introductory article series for http://javalobby.org . Part 1 of the series is online now at http://www.javalobby.org/articles/ac...rity/part1.jsp

    Please feel free to leave feedback. I will try to incorporate it in part 2.


    Cheers,
    Matthew

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

    Default

    It's a good article explaining Authentication and web URI request authorization, well done Matthew. Look forward to part #2 dealing with method invocation security and the recently expanded ACL capabilities (guess we'd better make a release before part #2 so people can try out the new ACL features).

    Cheers
    Ben

  3. #3
    Join Date
    Sep 2004
    Posts
    8

    Default

    Features llike method invocation secutity and instance level security are avaliable on the current distribuition or only on the CVS version ?

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

    Default

    Method invocation security and domain object instance security (ie ACL services) have been available since version 0.1 and 0.6 respectively. In CVS, which is going to be 0.7, we have extensively expanded ACL services. If you're looking to push ACLs to their maximum, checkout CVS and take a look at the improved Contacts Sample which now features the new ACL services. If you're mostly just using method invocation security, I'd wait for a formal 0.7 release to make the switch, as it will be fully documented then.

  5. #5
    Join Date
    Aug 2004
    Location
    Southern Germany
    Posts
    30

    Default

    It would be good to deal with features not covered by existing documentation like locking of users, etc.

    This article just repeats what's already available. But it's a nice summary.
    Regards,
    Lars Fischer
    http://j2ux.blogspot.com

  6. #6

    Default

    Quote Originally Posted by j2ux
    It would be good to deal with features not covered by existing documentation like locking of users, etc.

    This article just repeats what's already available. But it's a nice summary.
    +1

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

    Default

    Let's not forget a summary is exactly what communities like JavaLobby look for, as it increases awareness and high-level understanding without the verbosity of "normal" documentation. :-)

    We've now got a Maven build system in operation (http://acegisecurity.sourceforge.net) so it is very easy for people to contribute one-off articles on specific topics such as locking users. Alternatively, such things could go straight into an FAQ perhaps with a link to the forum question where it was typically answered.

Similar Threads

  1. Replies: 8
    Last Post: Mar 19th, 2008, 11:13 AM
  2. Acegi running fine. Howto add roles, ...
    By ThomasBecker in forum Security
    Replies: 9
    Last Post: Sep 16th, 2007, 08:16 AM
  3. Replies: 9
    Last Post: Sep 5th, 2006, 06:50 AM
  4. Acegi for LDAP
    By vaibhav.gandhi in forum Security
    Replies: 12
    Last Post: Jul 13th, 2005, 12:33 AM
  5. Replies: 4
    Last Post: Nov 2nd, 2004, 02:11 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
  •