Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    3,297

    Hi, Will this work correctly in multiuser...

    Hi,

    Will this work correctly in multiuser application where is necessary to keep session for each user?

    Thanks.
  2. Replies
    5
    Views
    3,297

    HTTP invoker and http request in bean

    Hi,

    I have this question: is it possible to access HTTP request by encapsulated class with HttpInvokerServiceExporter?

    Sample code:
    <bean id="invokerService"...
  3. Replies
    6
    Views
    1,572

    Yes, the pointcut definition should be something...

    Yes, the pointcut definition should be something like this:
    @Pointcut("execution(@org.acegisecurity.annotation.Secured public * *(..))")

    Thanks a lot for your help.
  4. Replies
    6
    Views
    1,572

    secure bean source code

    Hi,

    secure bean's interface:


    public interface BeanToSecure {
    @Secured({"ROLE_USER"})
    public void userOp(String arg0);

    @Secured({"ROLE_ADMIN"})
  5. Replies
    6
    Views
    1,572

    Hi, Thanks for reply. I've try to use the code...

    Hi,

    Thanks for reply. I've try to use the code above, but it doesn't work correctly.

    Currently the configuration looks like:


    <bean id="daoAuthenticationProvider"...
  6. Replies
    6
    Views
    1,572

    Acegi Security & @AspectJ - newbe questions

    Hi,

    Currently I'm playing with Acegi Security using @AspectJ. What I need is an aspect which will be called on methods annotated with @Secured annotation (defined by Acegi). I started my tries...
Results 1 to 6 of 6