Class SecurityContextAwareCallable<V>
java.lang.Object
com.evolveum.midpoint.web.component.SecurityContextAwareCallable<V>
- All Implemented Interfaces:
Callable<V>
- Author:
- lazyman
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSecurityContextAwareCallable(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
Modifier and TypeMethodDescriptionfinal Vcall()abstract Vprotected voidsetupContext(org.apache.wicket.Application application, org.apache.wicket.Session session)
-
Constructor Details
-
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 Details