Class SecurityContextAwareCallable<V>
- java.lang.Object
-
- com.evolveum.midpoint.web.component.SecurityContextAwareCallable<V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecurityContextAwareCallable(com.evolveum.midpoint.security.api.SecurityContextManager manager, org.springframework.security.core.Authentication auth)protectedSecurityContextAwareCallable(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 Vcall()abstract VcallWithContextPrepared()protected voidsetupContext(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)
-
-