Uses of Interface
waffle.windows.auth.IWindowsCredentialsHandle
Packages that use IWindowsCredentialsHandle
Package
Description
Waffle JNA Windows Authorization Implementation Package.
-
Uses of IWindowsCredentialsHandle in waffle.windows.auth.impl
Classes in waffle.windows.auth.impl that implement IWindowsCredentialsHandleModifier and TypeClassDescriptionclassPre-existing credentials of a security principal.Methods in waffle.windows.auth.impl that return IWindowsCredentialsHandleModifier and TypeMethodDescriptionstatic IWindowsCredentialsHandleWindowsCredentialsHandleImpl.getCurrent(String securityPackage) Returns the current credentials handle.Methods in waffle.windows.auth.impl with parameters of type IWindowsCredentialsHandleModifier and TypeMethodDescriptionvoidWindowsSecurityContextImpl.setCredentialsHandle(IWindowsCredentialsHandle handle) Sets the credentials handle.