Package waffle.windows.auth
Interface IWindowsImpersonationContext
-
- All Known Implementing Classes:
WindowsIdentityImpersonationContextImpl,WindowsSecurityContextImpersonationContextImpl
public interface IWindowsImpersonationContextA Windows impersonation context.- Author:
- dblock[at]dblock[dot]org
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrevertToSelf()Terminate the impersonation of a client application.
-