Package waffle.windows.auth
Interface IWindowsCredentialsHandle
-
- All Known Implementing Classes:
WindowsCredentialsHandleImpl
public interface IWindowsCredentialsHandleWindows credentials handle.- Author:
- dblock[at]dblock[dot]org
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()Dispose.com.sun.jna.platform.win32.Sspi.CredHandlegetHandle()Return a security handle.voidinitialize()Initialize.
-