Package waffle.windows.auth
Interface IWindowsImpersonationContext
- All Known Implementing Classes:
WindowsIdentityImpersonationContextImpl,WindowsSecurityContextImpersonationContextImpl
public interface IWindowsImpersonationContext
A Windows impersonation context.
- Author:
- dblock[at]dblock[dot]org
-
Method Summary
Modifier and TypeMethodDescriptionvoidTerminate the impersonation of a client application.
-
Method Details
-
revertToSelf
void revertToSelf()Terminate the impersonation of a client application.
-