Results 1 to 2 of 2

Thread: Acegi and AOP

  1. #1
    Join Date
    Aug 2004
    Posts
    9

    Default Acegi and AOP

    I don't know much about either one but trying to understand if acegi is based on AOP?
    Thx,
    Aruna.

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

    Default

    Yes, Acegi Security uses AOP concepts via MethodDefinitionSourceAdvisor, MethodSecurityInterceptor (for AOP Alliance) and AspectJSecurityInterceptor.

    Acegi Security also uses the Servlet Filter model to achieve the equivalent of an "around" advice for web requests.

Posting Permissions

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