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​(com.evolveum.midpoint.security.api.SecurityContextManager manager,
                                               org.springframework.security.core.Authentication auth)
      • SecurityContextAwareCallable

        protected SecurityContextAwareCallable​(com.evolveum.midpoint.security.api.SecurityContextManager manager,
                                               org.springframework.security.core.Authentication auth,
                                               com.evolveum.midpoint.security.api.HttpConnectionInformation connInfo)
    • 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