Class SecurityContextAwareCallable<V>

  • All Implemented Interfaces:
    Callable<V>

    public abstract class SecurityContextAwareCallable<V>
    extends Object
    implements Callable<V>
    Author:
    lazyman
    • Constructor Detail

      • SecurityContextAwareCallable

        protected SecurityContextAwareCallable​(SecurityContextManager manager,
                                               org.springframework.security.core.Authentication auth)
    • Method Detail

      • setupContext

        protected void setupContext​(org.apache.wicket.Application application,
                                    org.apache.wicket.Session session)
      • callWithContextPrepared

        public abstract V callWithContextPrepared()
                                           throws Exception
        Throws:
        Exception