Package waffle.windows.auth.impl
Class WindowsIdentityImpersonationContextImpl
- java.lang.Object
-
- waffle.windows.auth.impl.WindowsIdentityImpersonationContextImpl
-
- All Implemented Interfaces:
IWindowsImpersonationContext
public class WindowsIdentityImpersonationContextImpl extends Object implements IWindowsImpersonationContext
The Class WindowsIdentityImpersonationContextImpl.- Author:
- dblock[at]dblock[dot]org
-
-
Constructor Summary
Constructors Constructor Description WindowsIdentityImpersonationContextImpl(com.sun.jna.platform.win32.WinNT.HANDLE windowsIdentity)Impersonate a logged on user.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrevertToSelf()Terminate the impersonation of a client application.
-
-
-
Method Detail
-
revertToSelf
public void revertToSelf()
Description copied from interface:IWindowsImpersonationContextTerminate the impersonation of a client application.- Specified by:
revertToSelfin interfaceIWindowsImpersonationContext
-
-