Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    33
    Views
    27,829

    Re : Dynamic Authorization

    - nice thread.
    just two question:
    1. any idea how to implement automatic population of database (for example, in ServletContext listener) with those protected method ? So I want for my...
  2. Replies
    0
    Views
    577

    How to protect JSF managed bean method ?

    As I understand, in order to protect method from Java class, that class need to be requested from the Spring application context :


    getWebApplicationContext(...).getBean("myBean");

    In the case...
  3. Ok, regarding the first question: -in...

    Ok, regarding the first question:



    -in order to achieve this, I can use ServletContext.getResourcePaths(), and for the second :



    -My idea is to use some kind of "annotation" in the .jspx...
  4. Need advice about dynamic security management

    Hi all,

    Instead of keeping roles and access rights in the XML configuration file, a have a couple tables in the database where I store them, in order to enable dynamic security management (adding...
  5. http://jnassef.blogspot.com/2007/07/dynamic-roles-...

    http://jnassef.blogspot.com/2007/07/dynamic-roles-management-in-acegi.html
  6. JSF DelegatingVariableResolver cause InvocationTargetException on WebLogic 10

    Hi,
    I believe this is a not Spring problem, but maybe someone know...
    In our JSF application, as part of the faces-config.xml, we have the following entry:


    ...
  7. Replies
    2
    Views
    1,598

    - interesting :-) So, can I forget about this...

    - interesting :-)

    So, can I forget about this strange class, and apply the usual Acegi filter set, in order to secure web application deployed on WebLogic ?
  8. Replies
    2
    Views
    1,598

    Misterious WeblogicAuthenticationFilter

    Any idea where to find (and how to configure) this class (in the applicationContext.xml) along with other Acegi filters ?

    Cannot find anywhere ...

    Thanks,
    Cvele
  9. Replies
    3
    Views
    1,057

    Protecting every page except one

    forgot to say, I use acegi 0.9 so I get following error:


    Error creating bean with name 'filterInvocationInterceptor' defined in ServletContext resource [/WEB-INF/beans.xml]:
    Invocation of...
  10. Replies
    3
    Views
    1,057

    Protecting every page except one

    Hi,
    in my FilterSecurityInterceptor bean, I have "objectDefinitionSource" property as follows:

    <property name="objectDefinitionSource">
    <value>
    ...
Results 1 to 10 of 10