Package waffle.windows.auth.impl
Class WindowsSecurityContextImpersonationContextImpl
- java.lang.Object
-
- waffle.windows.auth.impl.WindowsSecurityContextImpersonationContextImpl
-
- All Implemented Interfaces:
IWindowsImpersonationContext
public class WindowsSecurityContextImpersonationContextImpl extends Object implements IWindowsImpersonationContext
The Class WindowsSecurityContextImpersonationContextImpl.- Author:
- dblock[at]dblock[dot]org
-
-
Constructor Summary
Constructors Constructor Description WindowsSecurityContextImpersonationContextImpl(com.sun.jna.platform.win32.Sspi.CtxtHandle newCtx)Instantiates a new windows security context impersonation context impl.
-
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
-
-