Class SecurityContextAwareCallable<V>
- java.lang.Object
-
- com.evolveum.midpoint.web.component.SecurityContextAwareCallable<V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SecurityContextAwareCallable(com.evolveum.midpoint.security.api.SecurityContextManager manager, org.springframework.security.core.Authentication auth)
protected
SecurityContextAwareCallable(com.evolveum.midpoint.security.api.SecurityContextManager manager, org.springframework.security.core.Authentication auth, com.evolveum.midpoint.security.api.HttpConnectionInformation connInfo)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description V
call()
abstract V
callWithContextPrepared()
protected void
setupContext(org.apache.wicket.Application application, org.apache.wicket.Session session)
-
-
-
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)
-
-