Interface ImpersonationService.Executor<R,T extends java.lang.Throwable>
-
- Type Parameters:
R- The return typeT- The exception type
- Enclosing interface:
- ImpersonationService
public static interface ImpersonationService.Executor<R,T extends java.lang.Throwable>Interface to implement for the executeInContext method. If no return result is required then set R to Object and return null. If no exception is expected to be thrown then set T to NothingException.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rexecute()This method is called in the impersonation execution context.
-