Class SecurityContextAwareCallable<V>
java.lang.Object
com.evolveum.midpoint.web.component.SecurityContextAwareCallable<V>
- All Implemented Interfaces:
Callable<V>
- Author:
- lazyman
-
Constructor Summary
ModifierConstructorDescriptionprotected
SecurityContextAwareCallable
(SecurityContextManager manager, org.springframework.security.core.Authentication auth) protected
SecurityContextAwareCallable
(SecurityContextManager manager, org.springframework.security.core.Authentication auth, HttpConnectionInformation connInfo) -
Method Summary
Modifier and TypeMethodDescriptionfinal V
call()
abstract V
protected void
setupContext
(org.apache.wicket.Application application, org.apache.wicket.Session session)
-
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