Search:

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

Search: Search took 0.03 seconds.

  1. Change to HttpSessionContextIntegrationFilter in 0.8.1

    I saw this in the changelog for 0.8.1

    """
    HttpSessionContextIntegrationFilter now handles HttpSession invalidation without redirection
    """

    and am wondering exactly what it means. I am...
  2. How to set the key of a map entry to a bean value?

    I have a bean whose value I would like to use as the key to a map entry.

    I am trying to do something like this,

    <bean id="portMapper" class="net.sf.acegisecurity.util.PortMapperImpl">
    ...
  3. Replies
    1
    Views
    727

    How to nest multiple SecureContexts?

    I'd like to emulate the 'su' command for our web application. I'd like one user (UserA) to be able to assume the identity of another user (UserB).

    When the second user (UserB) exits they would...
  4. why no getId()/Classname() in AclObjectIdentity interface?

    I'm curious why the AclObjectIdenity interface does not provide

    getId()
    getClassname()

    methods like NamedEntityObjectIdentity does.

    When I implement

    ...
  5. Replies
    1
    Views
    1,040

    syntax for MethodDefinitionSource

    I'm integrating acegi into an existing application. So far so good!

    My question is about the allowable syntax for MethodDeinitionSource. My goal is to specify some constant values for a parameter...
Results 1 to 5 of 5