Search:

Type: Posts; User: vtatai; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,398

    Hello Ben, The URL is: ...

    Hello Ben,

    The URL is:

    http://www.jroller.com/page/vtatai/20050505#integrating_acegi_with_jsf

    It is the same listed on Acegi's site under "External Web Articles".

    Cheers,
  2. Replies
    6
    Views
    2,398

    Hello Johannes, I've answered your doubts in...

    Hello Johannes,

    I've answered your doubts in my blog, please take a look there.

    Cheers,

    V.
  3. Replies
    3
    Views
    1,236

    Hello, You can simply implement a custom...

    Hello,

    You can simply implement a custom UserDetails and return it using a custom AuthenticationDao.

    HTH,

    Victor
  4. Replies
    3
    Views
    1,848

    Thanks a lot Ben! Regards, Victor

    Thanks a lot Ben!

    Regards,

    Victor
  5. Replies
    4
    Views
    1,215

    Implementing it as a voter instead of a manager...

    Implementing it as a voter instead of a manager allows you to use other voters supplied by Acegi, leveraging all other mechanisms already provided by Acegi. And really there is no extra cost in...
  6. Replies
    4
    Views
    1,215

    Hello Julian, Which version of Acegi are you...

    Hello Julian,

    Which version of Acegi are you using? Have you tried debugging your access decision manager and inspecting the values passed around? Also perhaps a better solution would be...
  7. Replies
    3
    Views
    1,848

    Servlet filtering for 2.4 API

    Hello,

    I know that servlet forwards (as opposed to redirects) arent supposed to be secured by ACEGI as per the post below:

    http://forum.springframework.org/showthread.php?t=11025

    However...
  8. Replies
    3
    Views
    1,359

    Hello Ben, I refactored my implementation and...

    Hello Ben,

    I refactored my implementation and I did the following:

    - Created a custom FilterInvocationDefinitionSource. It is not database driven because we already use a custom ACL provider...
  9. Hello jonahliu, What the document is trying to...

    Hello jonahliu,

    What the document is trying to say is that using Spring in your project is very simple, adding a very small overhead (think of it as simply another jar in your project). Now if for...
  10. Hello jonahliu, I assume you have read: ...

    Hello jonahliu,

    I assume you have read:

    http://acegisecurity.sourceforge.net/standalone.html

    What did you not understand?

    Regards,
  11. Replies
    3
    Views
    1,359

    ACL based servlet filtering

    Hello,

    In an application we are developing there is a new requirement that ACL is used for controlling access to the web pages through servlet filters. As this was requested friday afternoon and...
  12. Replies
    12
    Views
    2,572

    Hello Julian, Ok, but I really dont see...

    Hello Julian,



    Ok, but I really dont see why you need a singleton (they are usually an anti-pattern afterall) when you can simply inject the dependencies using Spring. For instance, if you have...
  13. Replies
    12
    Views
    2,572

    Hello jagarciaga, Thanks for the...

    Hello jagarciaga,



    Thanks for the compliments, I'll post the code on my blog, please take a look again later on...



    What do you mean by a service locator? Something like JNDI or a...
  14. Replies
    12
    Views
    2,572

    I know this is quite old :(, but I finally...

    I know this is quite old :(, but I finally managed to post a note on my weblog about it. You can read it at:

    http://www.jroller.com/page/vtatai/20050505#integrating_acegi_with_jsf

    Regards,
    ...
  15. Replies
    12
    Views
    2,572

    I'd be delighted to, I'll try to put it together...

    I'd be delighted to, I'll try to put it together over the weekend and I'll send it to you ok?

    Regards,

    Victor
  16. Replies
    12
    Views
    2,572

    It certainly is possible to integrate Spring /...

    It certainly is possible to integrate Spring / ACEGI with JSF, at the company I work at we have several projects being developed / deployed which use these technologies. The nice thing about Spring +...
  17. Replies
    6
    Views
    2,398

    Hello, I got ACEGI working with JSF by...

    Hello,

    I got ACEGI working with JSF by implementing the ACEGI authentication process inside a JSF managed bean. This bean has a reference to the authentication manager, and it does all the work...
  18. Thread: ACL taglib

    by vtatai
    Replies
    8
    Views
    3,273

    I would imagine a mechanism which "maps" a page...

    I would imagine a mechanism which "maps" a page (or set of pages) as a protected ACL object. Then we would be able to control access to the JSPs based on ACL info, allowing for example only users...
  19. Thread: ACL taglib

    by vtatai
    Replies
    8
    Views
    3,273

    Just as a side question, does anybody know if...

    Just as a side question, does anybody know if there is also an ACL servlet filter?

    Thanks,

    Victor
  20. Thread: ACL taglib

    by vtatai
    Replies
    8
    Views
    3,273

    I just checked the tags and they seem pretty...

    I just checked the tags and they seem pretty cool, thanks a lot!

    Regards,

    V.
  21. Yes, the easiest way is to simply move your...

    Yes, the easiest way is to simply move your login.jsp to a HTML file, say login.html, and then follow the regular ACEGI use. A somewhat harder solution is re-implementing the...
  22. Hello, I am also using ACEGI with JSF, the...

    Hello,

    I am also using ACEGI with JSF, the main problem I had was integrating the HTTP session authentication filter with a JSF form as JSF automatically generates the name for the form elements....
  23. Thread: ACL taglib

    by vtatai
    Replies
    8
    Views
    3,273

    ACL taglib

    Hello,

    In my web application I need to render certain components based on ACL info. In order to do so I would need a taglib, does it exist? I was looking on how to implement it, but I guess it...
Results 1 to 23 of 23