Class SecurityContextAwareCallable<V>

java.lang.Object
com.evolveum.midpoint.web.component.SecurityContextAwareCallable<V>
All Implemented Interfaces:
Callable<V>

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

    • SecurityContextAwareCallable

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

      protected SecurityContextAwareCallable(SecurityContextManager manager, org.springframework.security.core.Authentication auth, HttpConnectionInformation connInfo)
  • Method Details

    • call

      public final V call() throws Exception
      Specified by:
      call in interface Callable<V>
      Throws:
      Exception
    • setupContext

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

      public abstract V callWithContextPrepared() throws Exception
      Throws:
      Exception